Monday, March 9, 2015

Find large files unix

find . -printf '%s %p\n'| sort -nr | head -10



find /opt/ -type f -printf '%s %p\n'| sort -nr | head -10



find /opt -xdev -size +2048 -ls



find /opt -type f -size +1000M -printf "%s:%p\n" | sort -nr | head -10

No comments:

Post a Comment

Featured Post

Apply Patch 22191577 latest GI PSU to RAC and DB homes using Opatch auto or manual steps

Patch 22191577: GRID INFRASTRUCTURE PATCH SET UPDATE 11.2.0.4.160119 (JAN2016) Unzip the patch 22191577 Unzip latest Opatch Version in or...