INSTALLATION DOCUMENTS BY RAVI

Saturday, April 15, 2017

Command for unzip all files in a directory recursively linux

find . -name "*.gz" -exec gunzip {} \; -exec /bin/rm {} \;

No comments:

Post a Comment

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...