mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-11 03:05:41 -04:00
Update BASH_USEFUL.md
make it prettier
This commit is contained in:
parent
f8565cb624
commit
cf65ab11ad
1 changed files with 7 additions and 5 deletions
|
@ -1,15 +1,17 @@
|
|||
* Downloading all pdfs of url
|
||||
# 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
|
||||
## Extended attributes of files
|
||||
$ xattr -l $file
|
||||
|
||||
|
||||
* Check signatures of Apps
|
||||
## Check signatures of Apps
|
||||
$ codesign -dvvv $file.app
|
||||
|
||||
|
||||
* Show all the configs
|
||||
$ system_profiler -detaillevel full
|
||||
## Show all the configs
|
||||
$ system_profiler -detaillevel full
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue