Files
tldr/pages/common/more.md
T
Eric Nielsen b6b26e345d less, more: Don't use ...then... in examples
Instead, explain additional keystrokes in the example title. See
https://github.com/tldr-pages/tldr/pull/1106/commits/ee1472e76f2c3241a2f4bb96a56b824af724c64c#r82836295

Also, change order of examples to down/up, end/start and next/previous
to keep consistency.
2016-10-13 12:30:52 +05:30

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