Monday, 28 January 2008

Restore All TAR Archives in a Directory

gunzip *.tar.gz
for f in $(find -maxdepth 1 -name "*.tar" -printf "%f "); do tar -xvf $f; done

0 comments:

iantheteacher

Planet ILUG