Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The power of the Linux command line is due in no small part to the power of piping. The pipe operator ( | ) connects one program's standard output to the next program's standard input.

Image Modified

A simple example is piping uncompressed data "on the fly" to a pager like more (or less):

...