tldr/pages/common/more.md

263 B

more

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

  • Open a file:

more {{source_file}}

  • Page down:

<Space>

  • Search for a string (press n to go to the next match):

/{{something}}

  • Exit:

q