Posted by: Anonymous
[ip: 66.92.90.34]
on July 23, 2008 05:45 PM
One other thing, "cat | anything" is almost always wrong. Most apps will let you do "anything filename", or if that fails you can always use bash redirection: "anything < filename". Use cat for the intended purpose; combining multiple input files into a single output.
CLI Magic: For geek cred, try these one-liners
Posted by: Anonymous [ip: 66.92.90.34] on July 23, 2008 05:45 PM#