Easiest way to untar multiple .tar.gz files

Dragan Eror's picture
tar-gz archive

Easiest way to untar multiple .tar.gz files

for i in *.tar.gz; do tar xzvf $i; done

Comments

kotnik's picture

I find this easier

find . -name \*.tar.gz -exec tar xzf '{}' \;
Dragan Eror's picture

Nice :)

Thank you! :)

[ close ]
Help Upgrade the Web: Download Firefox 3.6