mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
added Clear command (#19100)
This commit is contained in:
parent
806b0bea1f
commit
e07aaa8c30
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user