find . -type f -iname '*.gz' -exec gunzip {} \;
find . -type f -iname '*.gz' -exec gunzip --verbose {} \;
No comments:
Post a Comment