Linux/Unix more command FAQ: Can you share some Linux more command examples?
The Unix/Linux more command lets you scroll through large files, or large amounts of output from other commands.
Linux more command examples
To scroll through the contents of a large file named "large_file" you can use the Unix more command like this:
more large_file
As a quick aside, I see a lot of people use the Linux cat command and more commands this way: