1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:27:45 +00:00

Documentation: Add less(1) man page, and link to it in others

This commit is contained in:
Peter Elliott 2021-07-06 19:47:00 -06:00 committed by Ali Mohammad Pur
parent a11658737a
commit 9b40208e3b
3 changed files with 88 additions and 1 deletions

View file

@ -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.