2014-05-12 13:24:05 +01:00
|
|
|
# more
|
|
|
|
|
|
|
|
> Opens a file for reading.
|
|
|
|
> Allows movement and search in forward direction only.
|
2016-01-07 17:31:27 +00:00
|
|
|
> Doesn't read the entire file (suitable for logs).
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Open a file:
|
2014-05-12 13:24:05 +01:00
|
|
|
|
|
|
|
`more {{source_file}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Page down:
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2016-09-05 18:27:12 +01:00
|
|
|
`<Space> (next)`
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Search for a string:
|
2014-05-12 13:24:05 +01:00
|
|
|
|
|
|
|
`/{{something}} then n (next)`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Exit:
|
2014-05-12 13:24:05 +01:00
|
|
|
|
2015-10-28 08:33:06 +00:00
|
|
|
`q`
|