tldr/pages/common/more.md

20 lines
245 B
Markdown
Raw Normal View History

2014-05-12 16:24:05 +04:00
# more
> Open a file for interactive reading, allowing scrolling and search (in forward direction only).
2014-05-12 16:24:05 +04:00
- Open a file:
2014-05-12 16:24:05 +04:00
`more {{source_file}}`
- Page down:
2014-05-12 16:24:05 +04:00
`<Space>`
2014-05-12 16:24:05 +04:00
- Search for a string:
2014-05-12 16:24:05 +04:00
`/{{something}} then n (next)`
- Exit:
2014-05-12 16:24:05 +04:00
`q`