1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/common/more.md
Alejandro Cervera 596d7a57e4
pages.es, pages: update some outdated Spanish translations and fix minor issues in original pages (#12975)
Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2024-06-18 16:02:42 +02:00

431 B

more

Interactively display a file, allowing scrolling and searching. See also: less. More information: https://manned.org/more.1p.

  • Open a file:

more {{path/to/file}}

  • Display a specific line:

more +{{line_number}} {{path/to/file}}

  • Go to the next page:

<Space>

  • Search for a string (press n to go to the next match):

/{{something}}

  • Exit:

q

  • Display help about interactive commands:

h