Return to Snippet

Revision: 18051
at September 22, 2009 07:26 by 1b0t


Initial Code
for i in `ls -1 *.gz`; do tar xzvf $i;rm $i; done

Initial URL


Initial Description


Initial Title
untar all files in dir

Initial Tags
Bash

Initial Language
Bash