diff --git a/pages/common/clear.md b/pages/common/clear.md index 2e680b424c..d9efd138ae 100644 --- a/pages/common/clear.md +++ b/pages/common/clear.md @@ -3,11 +3,11 @@ > Clears the screen of the terminal. > More information: . -- Clear the screen (equivalent to pressing Control-L in Bash shell): +- Clear the screen: `clear` -- Clear the screen but keep the terminal's scrollback buffer: +- Clear the screen but keep the terminal's scrollback buffer (equivalent to pressing Ctrl + L in Bash): `clear -x`