View text files one screen at a time.
more [options]
filenames
+
N (where
N is a number) displays the file starting at the specified line number
+/
pattern begins displaying two lines before the
pattern
.
-s reduces multiple blank lines to a single blank line.
The
more command displays the specified files one screen at a time. To view the commands you can use in
more , press
h while you are viewing a file using
more . For more advanced file viewing, use the
less command.