From a812401995108940196d50744ed809a90194f50f Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 6 Oct 2019 20:58:38 -0700 Subject: [PATCH] Add note on what a pipe character is in case example did not make sense --- source/C/command_line.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 0ae6308e..4acabd53 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -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.