Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-26 00:18:33 +00:00
parent 9c3f085aee
commit f717d6776b
4 changed files with 126 additions and 2 deletions

View File

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