more Plugin
View text files one screen at a time.
Commands
more self version— Print more versionmore _ _— Passthrough to more
Usage Examples
- View a file:
more file.txt - View with line numbers:
more -n file.txt - View from stdin:
cat file.txt | more
Installation
Standard util-linux utility, pre-installed on most Unix systems.