diff --git a/shell_scripts/BASH_USEFUL.md b/shell_scripts/BASH_USEFUL.md index df780a2..5c4d025 100644 --- a/shell_scripts/BASH_USEFUL.md +++ b/shell_scripts/BASH_USEFUL.md @@ -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 \ No newline at end of file +## Show all the configs +$ system_profiler -detaillevel full