mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
41c8c1a197
This makes sense in the less page, where there are examples for both Page down and up, but not here.
283 B
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