Display Directory sizes with cygwin
du -k | sort -k 1rn -k 2fd > c:\disk_usage.txt
add -s * to list only first level directories - does not seem to work
add -h for human readable format
add -s * to list only first level directories - does not seem to work
add -h for human readable format

0 Comments:
Post a Comment
<< Home