mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 03:01:19 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,11 +8,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> 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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user