1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 03:15:22 +02:00

clear: add page (#1747)

This commit is contained in:
Starbeamrainbowlabs 2017-12-06 16:13:47 +00:00 committed by GitHub
commit 5aec7fcc9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

7
pages/linux/clear.md Normal file
View 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
View 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`