From 5f77218cc41c07d46ba7fcf5cf110f733d830959 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 10 Nov 2018 11:50:07 -0800 Subject: [PATCH] Add commnad line is also known as cli --- 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 f85c35be..6af080e1 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -1,7 +1,7 @@ Appendix C Command line ======================= -The command line is text interface to your computer and an alternative to graphical user interfaces like windows. It typically involves typing text commands into a terminal to perform some operation. Although not necessary to learn, it can be helpful. The terminal (Ctrl + Alt + T) is a command line running in a window. +The command line or cli is text interface to your computer and an alternative to graphical user interfaces like windows. It typically involves typing text commands into a terminal to perform some operation. Although not necessary to learn, it can be helpful. The terminal (Ctrl + Alt + T) is a command line running in a window. An exhaustive tutorial on the command line is a bit beyond the scope of the manual. The man command brings up the user manual and can be used to learn more about a commands use, its options and inputs. If you wanted to learn more about the df (disk free) command, enter the following into a command line: