unzip "*.zip"ls *.tar.gz | xargs -i tar xvzf {}source: unix - How can you untar more than one file at a time? - Stack Overflow
unzip "*.zip"ls *.tar.gz | xargs -i tar xvzf {}source: unix - How can you untar more than one file at a time? - Stack Overflow
recursively un
tarfd .tar.gz --exec tar xvzf {/}recursively un
tarand move archive to trash when donefd .tar.gz --exec tar xvzf {/} && trash {/}