X-Spam-Check-By: sourceware.org Message-ID: Date: Mon, 3 Jul 2006 21:25:38 -0400 From: "Lev Bishop" To: cygwin AT cygwin DOT com Subject: Re: Using du.exe to calculate disk usage on a Microsoft cluster server In-Reply-To: <44A9B1E3.6030408@cygwin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44A928AE DOT 1070805 AT bethel-crc DOT ca> <44A9B1E3 DOT 6030408 AT cygwin DOT com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/