diff --git a/pages/common/history.md b/pages/common/history.md index e98fa7c5bc..7fd4a743ec 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -6,6 +6,10 @@ `history` +- Display the last 20 commands: + +`history {{20}}` + - Clear the commands history list (only for current `bash` shell): `history -c`