1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
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

21 lines
283 B
Markdown

# 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`