247 Notes

Friday, September 08, 2006

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

0 Comments:

Post a Comment

<< Home