/ Published in: Bash
Expand |
Embed | Plain Text
find / -size +10000 -printf "%s %p\n" | sort -nr | head -n 20
You need to login to post a comment.
find / -size +10000 -printf "%s %p\n" | sort -nr | head -n 20
You need to login to post a comment.