Skip to main content

Open a file for interactive reading, allowing scrolling and search (in forward direction only).

# To open a file:
more source_file

# To page down:
<Space>

# To search for a string (press n to go to the next match):
/something

# To exit:
q