Page is a not externally linkable
danny - 5:54 am on Mar 10, 2004 (gmt 0)
You can't do this in one line -- it will clobber babes.txt before it finishes reading from it! You want something like
/home/mysite/mysite/babes.txt ¦ sort ¦ uniq > /home/mysite/babes.txt
sort <babes.txt ¦ uniq >temp; mv temp babes.txt