shell-whiz-toolkit/shell_scripts/BASH_USEFUL.md
Mia Steinkirch cf65ab11ad
Update BASH_USEFUL.md
make it prettier
2018-06-27 11:23:02 -07:00

17 lines
323 B
Markdown

# Some Quick and Useful Shell Commands
## Downloading all pdfs of url
$ wget --recursive --level=2 --no-directories --no-host-directories --accept pdf
## Extended attributes of files
$ xattr -l $file
## Check signatures of Apps
$ codesign -dvvv $file.app
## Show all the configs
$ system_profiler -detaillevel full