My Notes
Sort directories based on human readable size
# du --max-depth=3 . | sort -n | cut -f 2 | while read file_name; do du -sh $file_name; done;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment