Skip to content

Latest commit

 

History

History
53 lines (49 loc) · 1.07 KB

README.md

File metadata and controls

53 lines (49 loc) · 1.07 KB

cheat - show use cases of a command

cheat is a POSIX shell script designed to replicate cheat.sh in a offline manner.


How to...

  • Install cheat
    git clone https://www.github.com/oliverkwebb/cheat && ./cheat/cheat -u
    
  • Update page database for cheat
    cheat -u
    
  • Show use cases of rsync
    cheat rsync
    
  • View guide on learning awk
    cheat learn-awk
    
  • Open page on cpio from source tldr
    cheat -d tldr cpio
    
  • Print use cases of cut to stdout, colorized
    cheat -c cut
    
  • Print use cases of tar, uncolorized
    cheat -tc tar
    

See Also:
Bash Oneliner
cheat.sh

Page Sources: (These account for 96.6% of the pages on cheat.sh)
Learn X in Y Minutes
tldr
cheat.sheets
cheat