Filters and Pipelining (coming soon!)

There are a wide variety of commands which will read a file from standard input, perform some processing or manipulation of that file, and then write the results to standard output. Such commands are often called filters, and this chapter discusses a few of them, as well as how to link several filters together in a pipeline to perform more sophisticated data processing.

Previous
Next