Added pagers documentation

This commit is contained in:
Benjamyn Love 2019-02-28 18:13:31 +11:00
parent e3ae0943bd
commit 2e86718d2e

7
docs/Commands/pagers.md Normal file
View File

@ -0,0 +1,7 @@
# Pagers
Pagers in linux are used to diplay text that is larger then the terminal size while allowing the user to scroll through the contents of the file page by page or in some cases line by line and provide extra functions like searching
Some applications will send there output into a pager instead of going through STDOUT usually this option can be removed using a flag, this flag is usually along the lines of `--no-pager`
An example of a pager is the `less` and `more` applications, less is usually the default pager application