Add Pipe with example

This commit is contained in:
Lyn Perrine 2019-07-31 16:51:23 -07:00
parent 6d62ce705b
commit 809a803173

View File

@ -65,3 +65,11 @@ If you want a command to run if the first completes run
.. code::
command 1 && command 2
One of the most powerful uses of the command line is called a pipe which allows you to take the output of one command and pipe it to a second to this for example
.. code::
lspci |less