tldr/pages/common/more.md

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