mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-19 03:25:44 +00:00
86007dd5db
This was taken from my own notes amassed over several years. Commands like these are a real time-saver. A lot of people, I imagine, will probably use `-exec rm {} \+` which is fine and all, but it's another process you'd have to launch, which isn't necessary at all, unless you need certain `rm` functionality. |
||
---|---|---|
see_also | ||
sheets | ||
LICENSE | ||
README.md |
cheat.sheets
Own cheat sheets repository of the cheat.sh.
If you want to add a cheat sheet to cheat.sh directly, add it here (please also consider adding your cheat sheet to one of the upstream repositories).
When adding a cheat sheet please use the following format:
# Command1 description
# started with some comments
# and followed with a command example/switches
command1
# Command2 description
# Each block separated with an empty line
command2