Skip to content

Instantly share code, notes, and snippets.

@ademar111190
Created August 2, 2020 14:48
Show Gist options
  • Save ademar111190/a61869b04fca0e08ec14852bda5b50d2 to your computer and use it in GitHub Desktop.
Save ademar111190/a61869b04fca0e08ec14852bda5b50d2 to your computer and use it in GitHub Desktop.
Compress all files using 7z and awk
find . -name "*.psd" | awk '{system("7z a " $0 ".7z " $0)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment