2.9.8. Viewing Contents of Text Files¶
Linux for Programmers and Users, Section 3.15
2.9.8.2. Viewing files One Page at a Time¶
2.9.8.2.1. more¶
-
more
View file contents one page at a time. Use space bar to advance; b key to go backwards. Advance passed the end of a file or type q to exit.
SYNOPSIS
more file
2.9.8.2.2. less¶
-
less
A newer, alternatire to more to view file contents one page at a time. Use space bar or f to advance; b key to go backwards. Searching within a file is much like vi (/ or ?) Use q to exit.
SYNOPSIS
less file