Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
User Commands (m - o) more(1)
EXAMPLES
1. To examine each file starting with its last screenful, enter:
more -p G file1 file2
2. To examine each file starting with line 100 in the current position (usually the third line,
so line 98 would be the first line written), enter:
more -p 100 file1 file2
3. To examine each file starting with the first line containing the string 100 in the current
position, enter:
more -p /100 file1 file2
RELATED INFORMATION
Commands: cat(1), grep(1), man(1), sh(1).
Files: terminfo(4).
527188-007 Hewlett-Packard Company 6−25