ladybird/Base/usr/share/man/man1/more.md

22 lines
230 B
Markdown
Raw Normal View History

## 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 ]--
```