mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:17:45 +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
21
Base/usr/share/man/man1/more.md
Normal file
21
Base/usr/share/man/man1/more.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
## Name
|
||||
|
||||
more - page through text
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ more
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
`more` reads data from standard input and prints it to standard output, screen by screen.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
# dmesg | more
|
||||
...
|
||||
--[ more ]--
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue