INSTALLATION DOCUMENTS BY RAVI

Tuesday, July 3, 2018

Finding files that use the most disk space in linux

Command to list the top 10 largest directories from the current path


du -sh * | sort -hr | head -n10



















1 comment:

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