shell-whiz-toolkit/shell_scripts/SHELL_USEFUL.md
2019-06-21 16:00:33 -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