2014-05-12 15:24:05 +03:00
|
|
|
# more
|
|
|
|
|
2021-05-06 09:27:15 -03:00
|
|
|
> Open a file for interactive reading, allowing scrolling and search.
|
|
|
|
> More information: <https://manned.org/more>.
|
2014-05-12 15:24:05 +03:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Open a file:
|
2014-05-12 15:24:05 +03:00
|
|
|
|
2021-05-06 09:27:15 -03:00
|
|
|
`more {{path/to/file}}`
|
2014-05-12 15:24:05 +03:00
|
|
|
|
2021-05-06 09:27:15 -03:00
|
|
|
- Open a file displaying from a specific line:
|
|
|
|
|
|
|
|
`more +{{line_number}} {{path/to/file}}`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`more --help`
|
|
|
|
|
|
|
|
- Go to the next page:
|
2014-05-12 15:24:05 +03:00
|
|
|
|
2016-09-10 12:31:51 -05:00
|
|
|
`<Space>`
|
2014-05-12 15:24:05 +03:00
|
|
|
|
2016-10-11 14:34:23 -05:00
|
|
|
- Search for a string (press `n` to go to the next match):
|
2014-05-12 15:24:05 +03:00
|
|
|
|
2016-10-11 14:34:23 -05:00
|
|
|
`/{{something}}`
|
2014-05-12 15:24:05 +03:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Exit:
|
2014-05-12 15:24:05 +03:00
|
|
|
|
2015-10-28 14:03:06 +05:30
|
|
|
`q`
|
2021-05-06 09:27:15 -03:00
|
|
|
|
|
|
|
- Display help about interactive commands:
|
|
|
|
|
|
|
|
`h`
|