bug-coreutils
[Top][All Lists]
Advanced

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

Re: comm --help


From: Bob Proulx
Subject: Re: comm --help
Date: Wed, 31 Aug 2005 10:03:53 -0600
User-agent: Mutt/1.5.9i

Jeschke, Volker wrote:
> The third "unique" should be "common"

Thank you for your report.  That was fixed on 2001-05-05.  The current
text says this:

  -1              suppress lines unique to FILE1
  -2              suppress lines unique to FILE2
  -3              suppress lines that appear in both files

You seem to be using an old version of textutils.  Note that texutils
has been combined with fileutils and shellutils into a combined
package called coreutils.  There have been many changes so be sure to
review the NEWS file.

Latest stable release:
    ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.1.tar.gz   (6.3MB)
    ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.1.tar.bz2   (4.1MB)
    (coreutils is the union of fileutils, textutils, and sh-utils)

Here is the announcement text:

  http://lists.gnu.org/archive/html/coreutils-announce/2004-03/msg00001.html

Bob

Jeschke, Volker wrote:
> comm --help
> 
> Usage: comm [OPTION]... LEFT_FILE RIGHT_FILE
> 
> Compare sorted files LEFT_FILE and RIGHT_FILE line by line.
> 
>  
> 
>   -1              suppress lines unique to left file
> 
>   -2              suppress lines unique to right file
> 
>   -3              suppress lines unique to both files
> 
>       --help      display this help and exit
> 
>       --version   output version information and exit
> 
> The third "unique" should be "common"




reply via email to

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