Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Think for yourself. (learn your tools (bash))

by Aristotle (Chancellor)
on Oct 06, 2003 at 11:17 UTC ( [id://296904]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ fgrep blah <foo.txt | consolidate | dump
    $ preproc <foo.txt | fgrep blah | consolidate | dump
    ...
    $ cat foo.txt | preproc | fgrep blah | consolidate | dump
    $ cat foo.txt bar.txt | additional | preproc | fgrep blah | consolidat
    +e | dump
    $ real_stream | additional | preproc | fgrep blah | consolidate | dump
    
  2. or download this
    $ < foo.txt fgrep blah | consolidate | dump
    $ < foo.txt preproc | fgrep blah | consolidate | dump
    $ < foo.txt additional | preproc | fgrep blah | consolidate | dump
    
  3. or download this
    $ < foo.txt fgrep blah | consolidate | dump
    $ < foo.txt preproc | fgrep blah | consolidate | dump
    $ <(cat foo.txt bar.txt) additional | preproc | fgrep blah | consolida
    +te | dump
    $ real_stream | additional | preproc | fgrep blah | consolidate | dump
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://296904]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-19 05:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found