From f45d7cb38948a9c03fcfa7f8d04fc77f2886406b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 25 Dec 2019 15:28:09 -0800 Subject: [PATCH] Add you need to press enter for terminal commands --- 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 26c0a5a0..81799381 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -4,7 +4,7 @@ Appendix C Command line 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 which can be launched from :kbd:`Ctorol + 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: +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 and press :kbd:`enter` : .. code::