More
Displays one screen of output at a time.
Syntax
command | more [/c] [/p] [/s] [/tn] [+n]
more [[/c] [/p] [/s] [/tn] [+n]] < [Drive:] [Path] FileName
more [/c] [/p] [/s] [/tn] [+n] [files]
Parameters
[ Drive : ] [ Path ] FileName : Specifies the file to display.
command : Specifies a command for which you want to display the output.
/c : Clears screen before displaying page.
/p : Expands form-feed characters.
/s : Changes multiple blank lines to one blank line.
/t n : Changes tabs to the number of spaces specified by n.
+ n : Displays first file beginning at the line specified by n.
files : Specifies list of files to display. Separate file names with a space.
/? : Displays help at the command prompt.
Thank you MSDN - http://technet.microsoft.com/en-us/library/bb490933.aspx
No comments:
Post a Comment