Command more
This command is part of the posix extensions and needs to be imported to be available to the shell.
See Posix Commands
Name
more simple pagenatorSynopsis
more [ serialization options ] [options] [file ...]Options
-l,-lines lines | Number of lines per page |
Description
More is a simplistic pagenator that works within xmlsh on Windows and unix systems. The input files are copied to the output one page (lines) at a time then paused and the prompt "---MORE--- " is printed.
Any input except "q" or "Q" followed by ENTER continues to the next page.
Entering "q" or "Q" quits.
If there are no arguments then the input is copied to the output.
If a java Console is unavailable then more simply copies input to output in text mode.
Return Value
Returns 0 if the command executed successfully, 1 if there was an error.Commands
CategoryCommands
CommandsPosix