mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
clear: fix -x description (#14966)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
f8e3196ab8
commit
193c6230d4
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
||||
`clear -x`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue