The command ‘more’ is an important command used in the Linux Hosting professionals. The command reduces the manual overhead of the operations to let it manage. Below listed is the way to use ‘more’ command.
Read files and displays the text one screen at a time.
$ more [ options ] filename
c : clears the screen before displaying.
-n : displays the first n lines of the file. We can also see next lines by pressing [ Enter ]
+n : displays the lines from nth line.

