Command: more

  MORE displays a text file or the output of a command one screen
  at a time.

Syntax:

  more < [drive][path]file
  command | MORE [/Tn] 
  MORE [/Tn] file
  MORE [/Tn] < file
  MORE [/?]
       drive     Specifies the drive letter where the file is, e.g. C:
       path      Specifies the path to where the file is, e.g. \example\
       filename  Specifies the file you want to display, e.g. test.txt
       command   A command whose output you will pipe to the more program.

Options:

  Tn  Sets the tabulator size to n, n has to be in the range 
      between 1 and 9.
  /?  Shows the help.
  Keys:
    Space  Next page (only while viewing a file)
    N n    Next file (only while viewing a file)
    Q q    Quit program (only while viewing a file)

Comments:

  FreeDOS MORE supports wildcards (* or ?) in filenames.
  MORE supports NLS (national language support).

Examples:

  more < c:\config.sys
  fdisk /dump | more
  more /T4 *.sys
  more fdconfig.sys autoexec.bat

See also:

  sort
  tee
  type
  undelete

  Copyright © 1994 - 2002 Jim Hall, updated 2007 by W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.