2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-19 03:25:44 +00:00
Go to file
terminalforlife cddd2c0e11 List executable files found in PATH
Many uses for this!

Say you install a large set of updates, so want to cross-check the old
list to the new one, in order to find out which new executables were
installed.

Or, perhaps less obscure, you might this list, without the `-printf`
part, to check their permission and ownership settings.
2019-11-06 17:36:10 +00:00
see_also added Bash-Snippets links 2017-07-17 21:07:15 +00:00
sheets List executable files found in PATH 2019-11-06 17:36:10 +00:00
LICENSE Initial commit 2017-05-07 23:38:41 +02:00
README.md added some initial infos to README.md 2017-05-08 20:33:58 +00:00

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