Skip to content

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.

Read the full story...

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.

Read the full story...