System Grab Bag

View all TLDR pages from common (or from all pages)

more

Open a file for interactive reading, allowing scrolling and search. More information: https://manned.org/more.
  • Open a file:
    more {{path/to/file}}
  • Open a file displaying from a specific line:
    more +{{line_number}} {{path/to/file}}
  • Display help:
    more --help
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: