Created
August 2, 2020 14:48
-
-
Save ademar111190/a61869b04fca0e08ec14852bda5b50d2 to your computer and use it in GitHub Desktop.
Compress all files using 7z and awk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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