shell-whiz-toolkit/shell
2024-12-03 14:59:21 -08:00
..
shell_scripts move shell scripts and zsh and add fav vscode themes 2024-10-16 14:34:03 +09:00
zsh clean up evident pii 2024-10-16 14:36:40 +09:00
bash_logout add things resources from the last 5 years over machines 2024-10-15 09:59:09 +09:00
bashrc clean up evident pii 2024-10-16 14:36:40 +09:00
profile clean up evident pii 2024-10-16 14:36:40 +09:00
README.md add cli cmd remove metadata from images with exiftool 2024-12-03 14:59:21 -08:00

shell stuff


chapters




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

  • 瑪麗

convert -size 360x360 xc:white -font "FreeMono" -pointsize 12 -fill black -draw @ascii.txt

  • remove metadata from images with exiftool
exiftool -all= -overwrite_original input.jpg -o output.jpg