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
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