On Monday 2 February 2004, olearypj at rte.ie wrote:
> I need to compare two VERY large files of names & extract the
>lines that are not common to both. The problem is that the same names
appear
>in different positions in both files. I promise I have tried diff,
sdiff etc,
>but they seem to compare the same lines in each file.
As a first cut,
cat file1 file2 | sort |uniq -u
which should work, provided that names are in the same form in each file
WRT spelling, case, leading / trailing spaces etc.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!