Add Pipe with example

19.04
Lyn Perrine 5 years ago
parent 6d62ce705b
commit 809a803173

@ -65,3 +65,11 @@ If you want a command to run if the first completes run
.. code:: .. code::
command 1 && command 2 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

Loading…
Cancel
Save