The unzip command doesn\'t have an option for recursively unzipping archives.
If I have the following directory structure and archives:
/Moth
Something like gunzip using the -r flag?....
Travel the directory structure recursively. If any of the file names specified on the command line are directories, gzip will descend into the directory and compress all the files it finds there (or decompress them in the case of gunzip ).
http://www.computerhope.com/unix/gzip.htm