shell-whiz-toolkit/shell_scripts/BASH_USEFUL.md
2018-06-14 22:24:08 -07:00

278 B

  • 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