Using du.exe to calculate disk usage on a Microsoft cluster server

Lev Bishop lev.bishop@gmail.com
Tue Jul 4 01:25:00 GMT 2006


On 7/3/06, Larry Hall (Cygwin) wrote:
> Use POSIX paths (i.e. /cygdrive/s).  Here I think you've found an application
> for 'find'.  How about something like:
>
> find /cygdrive/s -maxdepth 1 -print0 | xargs -0 du

How is that better than:
du /cygdrive/s
?

L

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list