Skip to content

For Linux: Recursively unzip a .zip archive and any .zip files inside it

Notifications You must be signed in to change notification settings

jlmcgraw/recursiveUnzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

recursiveUnzip

For Linux: Recursively unzip a .zip archive and any .zip files inside it

Modified from code at at http://www.dbforums.com/showthread.php?1619154-how-to-unzip-files-recursively

Other bits from http://tuxtweaks.com/2014/05/bash-getopts/

Recursively unzip files and any archives inside them

Basic usage: ./recursiveUnzip.sh file1.zip file2.zip ... fileN.zip

Command line switches are optional. The following switches are recognized:

-d --Delete the input file(s) after processing
-h --Displays this help message. No further functions are performed"

Example: ./recursiveUnzip.sh -d test.zip

About

For Linux: Recursively unzip a .zip archive and any .zip files inside it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages