Untar Everything In This Directory

From Colettapedia
Jump to navigation Jump to search
#!/usr/bin/sh
for i in *.tar.gz; do tar -xvzf $i; done