From 4f81d7de6933537c0d4342278c394b8af22144ee Mon Sep 17 00:00:00 2001 From: Dugi Date: Mon, 25 Nov 2024 18:52:19 +0300 Subject: [PATCH] fix clear -x description clear -x is equivalent to pressing Ctrl + L. --- pages/common/clear.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/clear.md b/pages/common/clear.md index 2e680b424c07d2..0169e0568e9fbd 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 shell): `clear -x`