Scripting

Unzip All

Some things in the NIX command line just make you smile and think "hmm neat". This one line will unzip all zip files in the folder :

# ls *.tar.gz | xargs -n1 tar -zxvf