From 98acee3f6ef69470ca0eb9e2a913dcea25194956 Mon Sep 17 00:00:00 2001 From: andran777 <86196800+andran777@users.noreply.github.com> Date: Thu, 18 Aug 2022 04:11:25 +0530 Subject: [PATCH] Add history command resources --- .../101-live-in-terminal/139-history.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/139-history.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/139-history.md index 8d32e8eac..25c75a672 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/139-history.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/139-history.md @@ -1 +1,8 @@ -# History \ No newline at end of file +# history + +`history` command is used to view the **previously executed command**. Every command executed is treated as the event and is associated with an event number using which they can be recalled and changed if required. These commands are saved in a history file. + +It has the below syntax: `$ history` + +Free Content +What is history command? How to recall previous commands? \ No newline at end of file