Skip to content

Compressing files on Linux

Posted 4th February 2026

No comments

A simple guide to compressing (zipping) and extracting (unzipping) files on the Linux command line.

Read the full story...

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...