mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-13 12:12:25 -04:00
15 lines
No EOL
278 B
Markdown
15 lines
No EOL
278 B
Markdown
* 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 |