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/

Reply via email to