diff --git a/pages/common/history.md b/pages/common/history.md index 9133cd1d24..cbd0e04edc 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -1,6 +1,6 @@ # history -> Command-line history. +> Manage command-line history. > More information: . - Display the commands history list with line numbers: @@ -26,3 +26,7 @@ - [d]elete the history entry at the specified offset: `history -d {{offset}}` + +- Add a command to history without running it: + +`history -s {{command}}`