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