Skip to content

Commit

Permalink
fix clear -x description
Browse files Browse the repository at this point in the history
clear -x is equivalent to pressing Ctrl + L.
  • Loading branch information
youns115 authored Nov 25, 2024
1 parent f8e3196 commit 4f81d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/common/clear.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
> Clears the screen of the terminal.
> More information: <https://manned.org/clear>.
- 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`

Expand Down

0 comments on commit 4f81d7d

Please sign in to comment.