Skip to content

Instantly share code, notes, and snippets.

View jerry2605's full-sized avatar

jerry2605 jerry2605

View GitHub Profile
@jobinlawrance
jobinlawrance / extract.py
Created July 14, 2017 14:38
A python script to recursively extract .tar.gz files and .gz files : reference - http://guanidene.blogspot.in/2011/06/nested-tar-archives-extractor.html
#! /usr/bin/env python
# -*- coding: UTF-8 -*-
"""A command line utility for recusively extracting nested tar archives."""
__author__ = "Pushpak Dagade (पुष्पक दगड़े)"
__date__ = "$4 July, 2011 3:00:00 PM$"
import os
import sys