Shell Data Processing - (File | Text Manipulation)
About
A pipeline in the shell is where:
- the data message is a (io) stream
- the operation are performed via command
- the relationship between this operations are expressed via a pipe
A pipeline in the shell is where: