Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 259 Bytes

tarxzf

For when you need to unpack a .tgz and don't have any other proper tool for the job.

Usage

Download the binary and:

# Linux, MacOS - if for some reason you do not have tar
tarxzf <input_tgz_file>

# Windows
tarxzf.exe <input_tgz_file>