mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-12 19:52:14 -04:00
17 lines
323 B
Markdown
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
|