Pipes and Redirection
The Unix “philosophy” involves a set of generic tools that each do one thing and do it well. It is not until these tools are used together that full power of the Unix command line can be realized.
In Unix everything (including hardware devices) is treated as a File that can be read from and written to.