One of the most powerful features of the Linux command line interface, (and other shells that conform to the POSIX standard) is the ability to pipeline output from one command as the input to another. This is done using the vertical bar or pipe character [ | ].
Read more »Command Line Basics: Pipelining Output
http://tuxtweaks.com –
- Login to post comments