more (command)

more
Original authorsDaniel Halbert
Eric Shienbrood
Geoff Peck
John Foderaro
DevelopersDR, Microsoft, IBM, Toshiba, TSL, Jim Hall
Initial release1978, 47–48 years ago
Written inMS-DOS, PC-MOS: x86 assembly language
FreeDOS, ReactOS: C
Operating systemCross-platform
TypeCommand
LicenseUnix, Unix-like: BSD License, CDDL
MS-DOS: MIT
FreeDOS, ReactOS: GPL v2
PC-MOS: GPL v3

In computing, more is a command to view (but not modify) the contents of a text file one screen at a time. It is available on Unix and Unix-like systems, MS-DOS, Digital Research FlexOS, IBM/Toshiba 4690 OS, IBM OS/2, Windows and ReactOS. Programs of this sort are called pagers. more is a very basic pager, originally allowing only forward navigation through a file, though newer implementations do allow for limited backward movement.