
Unzip .tar.gz files in Windows
Posted 24th November 2016
No comments
Use this one-liner in the command prompt to extract the contents of .tar.gz files on Microsoft Windows machines.

Perl script to unzip files
Posted 9th November 2016
2 comments
A Perl script that will unzip files by extracting contents and saving them to a new directory named after the source zip file.