more
Windows CMD · Text · available in the simulator
What it does
Displays paginated output.
Syntax
more [/e [/c] [/p] [/s]] [+n] < archivo
Options and parameters
/eExtended mode.
/cClears the screen before displaying.
+NStarts at line N.
/EEnables extended navigation features.
/CClears the screen before displaying each page.
/PExpands FormFeed characters.
/SSqueezes multiple blank lines into a single line.
/TExpands tabs to the specified number of spaces.
+nStarts displaying from the specified line.
more +10 archivo.txt
Usage examples
more archivo.txttype log.txt | moremore /e archivo.txtmore +10 archivo.txt