© David Both 2018
David BothThe Linux Philosophy for SysAdminshttps://doi.org/10.1007/978-1-4842-3730-4_4

4. Transforming Data Streams

David Both1 
(1)
Raleigh, North Carolina, USA
 

This chapter introduces the use of pipes to connect streams of data from one utility program to another using STDIO . You will learn that the function of these programs is to transform the data in some manner. You will also learn about the use of redirection to redirect the data to a file.

I use the term “transform” in conjunction with these programs because the primary task of each is to transform the incoming data from STDIN in a specific way as intended by the SysAdmin and to send the transformed data to STDOUT for possible use by another transformer program or redirection ...

Get The Linux Philosophy for SysAdmins: And Everyone Who Wants To Be One now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.