nested.tar.archives.extractor 1.1
A small tool for recursively extracting nested tar archives.
What is a nested tar archive?
It is a tar archive containing other tar archives which may further contain many more tar archives (and so on...)
So what does this program do?
It extracts tar archives recursively. It can extract the following tar archives - .tar, .tgz, .tbz, .tb2, .tar.gz, .tar.bz2
What's different in this?
Ordinary extractors normally just extract a tar archive once, ie they won't extract any other tar archives (if any) that are present in it. If it has more tar archives and you want to extract them too, then you have to yourself extract each of these archives. This can be a real headache if there are many tar archives (and are nested many levels deep). I have tried to make this thing easy using this tool.
How to access it from terminal?
You can access it from the terminal using the command - extractnested.py tar1.tar [tar2.tar ...]
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| nested.tar.archives.extractor-1.1 [python 2.x].tar.gz (md5) | Source | 2011-07-04 | 4KB | 0 | |
- Author: Pushpak Dagade
- Home Page: http://guanidene.blogspot.com/2011/06/nested-tar-archives-extractor.html
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: End Users/Desktop
- License :: Free for non-commercial use
- Natural Language :: English
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: System :: Archiving
- Topic :: Utilities
- Package Index Owner: guanidene
- DOAP record: nested.tar.archives.extractor-1.1.xml
