diff --git a/pages/common/history.md b/pages/common/history.md index 60c9f0430..bc4389912 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -6,6 +6,10 @@ `history` -- Clear the commands history list (only for `bash`): +- Clear the commands history list (only for current `bash` shell): `history -c` + +- Overwrite history file with history of current `bash` shell (typically combined with `history -c` to completely erase history): + +`history -w`