TLDR
Enter a command. For example: direnv, git show unmerged branches.

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:
     
     
  • Search for a string (press n to go to the next match):
     
    /{{something}}
     
  • Exit:
     
    q
     
  • Display help about interactive commands:
     
    h

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.