tldr/pages/common/more.md
Eric Nielsen 41c8c1a197 more: Remove redundant (next) for Page down (#1044)
This makes sense in the less page,
where there are examples for both Page down and up,
but not here.
2016-09-10 23:01:51 +05:30

283 B

more

Opens a file for reading. Allows movement and search in forward direction only. Doesn't read the entire file (suitable for logs).

  • Open a file:

more {{source_file}}

  • Page down:

<Space>

  • Search for a string:

/{{something}} then n (next)

  • Exit:

q