[plug] Bash scripting suggestions required :}

Keith Bawden keith at bawdo.com
Wed Sep 10 14:02:32 WST 2008


On Wed, Sep 10, 2008 at 13:44, Adrian Chadd <adrian at creative.net.au> wrote:
> cat /tmp/foo | sort | uniq > /tmp/foo2
>

UUOC ;-)

sort /tmp/foo | uniq > /tmp/foo2

Regards, Keith



More information about the plug mailing list