$ join -t \012 -v 2 j1 j2

 <<j1>>  <<j2>> 
The output should be only the lines in j2 that do not exist in j1.

Essentially I have two sorted files, and I just want the lines from the 2nd
file that are not in the 1st file.


$ join --version
join (textutils) 2.0.21
Written by Mike Haertel.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Running Cygwin on Windows 2000.


 <<Robert Wolf.vcf>> 
_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to