mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:15:22 +02:00
clear: add page (#1747)
This commit is contained in:
commit
5aec7fcc9c
2 changed files with 14 additions and 0 deletions
7
pages/linux/clear.md
Normal file
7
pages/linux/clear.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# clear
|
||||||
|
|
||||||
|
> Clears the screen of the terminal.
|
||||||
|
|
||||||
|
- Clear the screen (equivalent to typing Control-L when using the bash shell):
|
||||||
|
|
||||||
|
`clear`
|
7
pages/osx/clear.md
Normal file
7
pages/osx/clear.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# clear
|
||||||
|
|
||||||
|
> Clears the screen of the terminal.
|
||||||
|
|
||||||
|
- Clear the screen (equivalent to typing Control-L when using the bash shell):
|
||||||
|
|
||||||
|
`clear`
|
Loading…
Add table
Reference in a new issue