there is a bug with UNIX command join
Robert Wolf <[email protected]> Fri, 20 Jun 2003 17:32:11 -0400
| Newsgroups | gmane.comp.gnu.textutils.bugs |
|---|---|
| Message-ID | <1422EB761DF5C643B4E493FF7852A99901A63F83@s2111163> |
$ 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