Previous | Next

Pipelines

Shell pipelines
pass output from
one program into
the input of another

grep bear *.txt | grep polar
If only we had a way to take those 77 lines from grep and filter out all the ones with "po" in them!

Shell pipelines are your other friend, besides grep.







Photo credit: Roger McLassus