Add note on what a pipe character is in case example did not make sense

This commit is contained in:
Lyn Perrine 2019-10-06 20:58:38 -07:00
parent b18ba6a247
commit a812401995

@ -72,4 +72,4 @@ One of the most powerful uses of the command line is called a pipe which allows
lspci |less
. Also | is called the pipe character.