gunzip
है -r
विकल्प। से man gunzip
:
-r --recursive
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 ).
इसलिए, यदि आप gunzip
सभी संपीड़ित फ़ाइलों ( gunzip
वर्तमान में gzip, zip, compress, compress -H या pack) द्वारा बनाई गई फ़ाइलों को डिक्रिप्ट कर सकते हैं, तो डायरेक्टरी /foo/bar
और उसकी सभी उपनिर्देशिकाओं के अंदर :
gunzip -r /foo/bar
यह रिक्त स्थान के साथ फ़ाइल नाम भी संभाल लेगा।