From eefe1a239027612df2b15cf2fb2f8f4cb8ae0131 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 3 Jul 2023 14:22:31 -0700 Subject: [PATCH] Add up arrow to get previous command in history --- source/C/command_line.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 32582676..33a05706 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -73,3 +73,5 @@ One of the most powerful uses of the command line is called a pipe which allows lspci |less . Also | is called the pipe character. + +To get the previous command you have entered press :kbd:`Up Arrow`.