1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

clear: added on linux

This commit is contained in:
J053Fabi0 2017-12-05 13:33:49 -07:00
parent 7999dc9576
commit d1a33851be

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`