On Wed, Sep 10, 2008 at 14:25, Mathieu Petit-Clair <mathieu.petitclair at gmail.com> wrote: > Keith Bawden wrote: >> UUOC ;-) >> >> sort /tmp/foo | uniq > /tmp/foo2 >> > > At that point: > > sort -u /tmp/foo > /tmp/foo2 > touché Now all sort needs is a -i option like sed and we can really get this thing to hum! Regards, Keith