Linux more Command

In this tutorial we learn how to use more commmand in Linux. more command is more - file perusal filter for crt viewing

What is Linux more Command?

In this tutorial we learn how to use more command in Linux. more command is more - file perusal filter for crt viewing

more Syntax

       more [options] file...

more Examples

more Command Manual / Help

We can use man and info command to see the manual page of more command.

more command also have --help option to show list of options.

To open man page for more command we can use command below. To exit man or info page you can press q.

man more

To open info page for more command we can use command below.

info more

To open help page from more command we can run command below.

more --help

Linux more Command Source Code

You can find more command source code from the folowing repositories:

You can read tutorials of related Linux commands below:

Summary

In this tutorial we learn how to use more in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.