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:
@@ -3,11 +3,11 @@
|
|||||||
> Clears the screen of the terminal.
|
> Clears the screen of the terminal.
|
||||||
> More information: <https://manned.org/clear>.
|
> More information: <https://manned.org/clear>.
|
||||||
|
|
||||||
- Clear the screen (equivalent to pressing Control-L in Bash shell):
|
- Clear the screen:
|
||||||
|
|
||||||
`clear`
|
`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`
|
`clear -x`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user