$title = "Display files - more"; $area = "Unix Support"; $metadata = "unix, commands, file, list, display, pager, more"; $pfloc = ""; require '/usr/local/wwwdocs/ucs/fragments/header.phtml'; require '/usr/local/wwwdocs/ucs/fragments/header-bc.phtml'; ?>
To display a file use the command:
more filename
This will display the first screenful of the file. The prompt --More--(nn%) is given in the bottom left-hand corner of the screen.
You can now use one of the following commands:
space bar Display next screenful of text. <RETURN> Display next line of text. q Exit from more: this can be done at any time. d Scroll forwards about half a screenful of text. b Skip backwards one screenful of text. h Display a list of commands (help).
require '/usr/local/wwwdocs/ucs/fragments/footer.phtml'; ?>