Page is a not externally linkable
sugarkane - 12:23 am on Mar 10, 2004 (gmt 0)
There's prolly a fiendishly clever one-liner to do it, but this should work: echo 'Anna Kournikova' >> /home/mysite/babes.txt ; cat /home/mysite/babes.txt ¦ sort ¦ uniq > /home/mysite/babes.txt (replace the ¦ character with a pipe (solid vertical line))
In Bash?