From a61fff2fd55804f97706eecc19fa02cb4e423cbb Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 3 Dec 2019 23:08:59 -0800 Subject: [PATCH] Add note on what tab completion actually is --- 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 256af533..969ae900 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -56,7 +56,7 @@ If you want just to see the contents of a file on standard output run cat [filename] -If you have a command and you don't want to type the whole thing out you can press the :kbd:`tab` key. If this does not work press :kbd:`tab` again and see the list of available commands to run. +If you have a command and you don't want to type the whole thing out you can press the :kbd:`tab` key. If this does not work press :kbd:`tab` again and see the list of available commands to run. This process is called tab completion. If you want a command to run if the first completes run