Re: CLI Magic: For geek cred, try these one-liners
Posted by: Anonymous
[ip: 203.166.139.196]
on July 24, 2008 05:56 AM
one place it might be useful .. suppose you want to grep a file with many patterns
"cat file | grep pattern" helps you go back and edit the pattern more quickly
Re: CLI Magic: For geek cred, try these one-liners
Posted by: Anonymous [ip: 203.166.139.196] on July 24, 2008 05:56 AM"cat file | grep pattern" helps you go back and edit the pattern more quickly
#