Cmd Generator

more

File perusal filter for paging.

more

Examples

# View a file
more file.txt

# With line numbers
more -n 20 file.txt

# Squeeze blanks
more -s longfile.txt

# Exit at end
more -e file.txt