skip to main
|
skip to sidebar
doug's blog
Tuesday, August 16, 2011
Linux/MacOSX Command Line Directory Space listing
du -h .* * --exclude=".." | grep -E "^[^[:blank:]]*M" | sort -r -n | less
Lists how much space each directory/file takes. Good for cleanup.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment