1
0
Fork 0
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:
Dugi 2024-11-25 21:05:32 +03:00 committed by GitHub
parent f8e3196ab8
commit 193c6230d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`