You can also use redirection to input files to the More utility; the implied partner in this case is the
Type command. This utility uses the following syntax:
MORE [/E [/C] [/P] [/S] [/Tn] [+n]] < [drive:][path]filename
command-name | MORE [/E [/C] [/P] [/S] [/Tn] [+n]]
MORE /E [/C] [/P] [/S] [/Tn] [+n] [files]
The following list describes each of the command line arguments.
drive Specifies the drive that holds the file for display. The default is the current drive.
path Specifies the relative or absolute path of the file you want to display. The default is the
current directory.
382 CHAPTER 14 WORKING WITH DATA
filename Specifies the file you want to display on screen.
/E Enables the More utility extended feature set. You??™ll find a discussion of these features later
in this section.
/C Clears the display prior to displaying a page. Normally, the More utility provides a continuous
display, so you can scroll back and forth through the screen buffer.
/P Expands form feed characters as displayable information, rather than reacting to them as
an actual form feed.
/S Removes excess blank lines from the display. The More utility squeezes multiple blank
lines into a single blank line.
Pages:
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907