About
This page is about pipeline operator in a shell language.
They are known as filter in a shell language.
It is a computer program or shell command (subroutine) that:
- read from standard input (stream)
- and write to standard output (stream).
In other word, it processes a stream and produces another stream.
List
Gnu
Shell Data Processing - (GNU Core) Utilities - XCU