Understanding ‘more’ command in Linux

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.

Rate this post:


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...