Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Getting Help

  • -h
  • --help
$ passwd -h          # get some help
$ passwd --help      # get some help

$ ls -h              # show how sizes are d
$ ls --help          # some help

$ echo -h            # just prints -h
$ echo --help        # just prints --help