Linux.com

CLI Magic: For geek cred, try these one-liners

Posted by: Anonymous [ip: 192.91.173.36] on July 23, 2008 03:49 PM
Why use uniq if you need to sort? Just use the -u option of sort instead of piping through another process

#

Return to CLI Magic: For geek cred, try these one-liners