bug-textutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

there is a bug with UNIX command join


From: Robert Wolf
Subject: there is a bug with UNIX command join
Date: Fri, 20 Jun 2003 17:32:11 -0400

$ 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>> 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]