2024-02-13 02:31:15 -03:00
|
|
|
# more
|
|
|
|
|
|
|
|
> Interactively display a file, allowing scrolling and searching.
|
|
|
|
> See also: `less`.
|
|
|
|
> More information: <https://manned.org/more>.
|
|
|
|
|
|
|
|
- Open a file:
|
|
|
|
|
|
|
|
`more {{path/to/file}}`
|
|
|
|
|
|
|
|
- Display a specific line:
|
|
|
|
|
|
|
|
`more +{{line_number}} {{path/to/file}}`
|
|
|
|
|
|
|
|
- Go to the next page:
|
|
|
|
|
|
|
|
`<Space>`
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
- Search for a string (press `<n>` to go to the next match):
|
2024-02-13 02:31:15 -03:00
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`</>{{something}}<Enter>`
|
2024-02-13 02:31:15 -03:00
|
|
|
|
|
|
|
- Exit:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<q>`
|
2024-02-13 02:31:15 -03:00
|
|
|
|
|
|
|
- Display help about interactive commands:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<h>`
|