27 lines
698 B
Plaintext
27 lines
698 B
Plaintext
|
MORE(1) User Commands MORE(1)
|
||
|
|
||
|
NAME
|
||
|
more - display a file page by page
|
||
|
|
||
|
SYNOPSIS
|
||
|
more [FILE]
|
||
|
|
||
|
DESCRIPTION
|
||
|
Displays FILE page by page. The following commands are used:
|
||
|
|
||
|
<space> - Display next page
|
||
|
<CR> - Display next line
|
||
|
q - Quit
|
||
|
|
||
|
AUTHOR
|
||
|
Dave Hein
|
||
|
|
||
|
COPYRIGHT
|
||
|
Copyright (c) 2011, 2012, Dave Hein
|
||
|
MIT License (See license.txt in the root directory)
|
||
|
This is free software: you are free to change and redistribute it.
|
||
|
There is no warranty, to the extent permitted by law.
|
||
|
|
||
|
|
||
|
SPINIX utility March 2012 MORE(1)
|