$ find . -type d -print0 | xargs -0 du -s | sort -n | tail -10 | cut -f2 | xargs -I{} du -sh {} | sort -rn
Find the top 10 largest directories
Discover more from Om Prakash Singh
Subscribe to get the latest posts sent to your email.
$ find . -type d -print0 | xargs -0 du -s | sort -n | tail -10 | cut -f2 | xargs -I{} du -sh {} | sort -rn
Subscribe to get the latest posts sent to your email.
I run the VMware Escape Assessment — a 14-day, vendor-neutral migration evaluation that gives your board a clear decision document. No SI. No vendor bias. 14 days.
Leave a Reply