Revision [1209]
This is an old revision of CommandMore made by DavidLee on 2010-02-15 09:50:12.
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 [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.
Return Value
Returns 0 if the command executed successfully, 1 if there was an error.Commands
CategoryCommands
CommandsPosix