Update BASH_USEFUL.md

make it prettier
This commit is contained in:
Mia Steinkirch 2018-06-27 11:23:02 -07:00 committed by GitHub
parent f8565cb624
commit cf65ab11ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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