added Clear command (#19100)

This commit is contained in:
r3dsquirr3l
2018-10-14 20:43:24 +01:00
committed by Aditya
parent 806b0bea1f
commit e07aaa8c30

View File

@ -39,3 +39,6 @@ When starting out with linux, there are some basic commands everyone should know
 11. **less** - view file content
- Use `less filename.txt` to view contents of a file and navigate through them. By default, less will go through the file page by page.
12. **clear** - clear terminal
- Use `clear` to simply clear all output from your terminal.