mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
Base: Add more manpages for command-line utilities
This commit is contained in:
parent
5d8585df97
commit
57340dda36
25 changed files with 749 additions and 0 deletions
13
Base/usr/share/man/man1/clear.md
Normal file
13
Base/usr/share/man/man1/clear.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## Name
|
||||
|
||||
clear - clear the terminal
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ clear
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
`clear` clears the current terminal contents by writing `\033[3J\033[H\033[2J` to the standard output.
|
Loading…
Add table
Add a link
Reference in a new issue