System Grab Bag

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

bashmarks

Save and jump to commonly used directories using 1 character commands. More information: https://github.com/huyng/bashmarks.
  • List available bookmarks:
    l
  • Save the current directory as "bookmark_name":
    s {{bookmark_name}}
  • Go to a bookmarked directory:
    g {{bookmark_name}}
  • Print a bookmarked directory's contents:
    p {{bookmark_name}}
  • Delete a bookmark:
    d {{bookmark_name}}

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.