bug-coreutils
[Top][All Lists]
Advanced

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

uniq command


From: doug caldwell
Subject: uniq command
Date: Tue, 15 Dec 2009 14:32:34 -0800 (PST)

I have written the following script to locate and remove duplicate lines from a 
file;
 sort -t: -k 2 -d ~/source/outadv/custfile -o extras 
        uniq -d extras > extras1 | cat extras1 ;;  
The system either ignores the uniq command or thinks that it is a file name 
instead.






reply via email to

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