mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:47:34 +00:00
Documentation: Add less(1) man page, and link to it in others
This commit is contained in:
parent
a11658737a
commit
9b40208e3b
3 changed files with 88 additions and 1 deletions
|
@ -11,11 +11,16 @@ $ more
|
|||
## Description
|
||||
|
||||
`more` reads data from standard input and prints it to standard output, screen by screen.
|
||||
`more` is a symlink for [`less(1)`](less.md), which has a more emulation mode.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
# dmesg | more
|
||||
...
|
||||
--[ more ]--
|
||||
--More--
|
||||
```
|
||||
|
||||
## See Also
|
||||
|
||||
* [less(1)](less.md) For the more advanced terminal pager that implements more.
|
Loading…
Add table
Add a link
Reference in a new issue