Return to Snippet

Revision: 60283
at October 30, 2012 06:38 by ef


Initial Code
for i in *.tgz; do tar -xvzf $i; done

Initial URL


Initial Description
Single line code untaring all tgz files in current directory. Got it from here: http://lists.pdxlinux.org/pipermail/plug/2005-January/037980.html

Initial Title
Untaring tgz files in currenct directory

Initial Tags


Initial Language
Bash