From: evans AT aps DOT anl DOT gov (Ken Evans) Subject: Re: du does not find all directories 6 Feb 1997 23:16:12 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199702070551.XAA12881.cygnus.gnu-win32@krypton.anl.gov> Original-To: Gary DOT Browning AT eng DOT sun DOT com Original-CC: scottk AT utig DOT ig DOT utexas DOT edu, gnu-win32 AT cygnus DOT com, evans AT aps DOT anl DOT gov In-reply-to: <199702070226.SAA04777@robotics.eng.sun.com> (Gary DOT Browning AT Eng DOT Sun DOT COM) Original-Sender: owner-gnu-win32 AT cygnus DOT com "GB" == Gary Browning writes: GB> I do not have gnu-win32 in front of me right now but typically GB> the 'du' command has a '-k' flag that reports the sizes in GB> Kbytes. To verify that this is working, try: GB> du -sk large_file ls -l large_file GB> FYI, last time I used this on gnu-win32 (I do not remember which GB> release), I still was not convinced it was correct. GB> - Gary Here goes: C:\WINDOWS>dir system.bad Volume in drive C is SEAGATE Volume Serial Number is 155D-07CF Directory of C:\WINDOWS SYSTEM BAD 994,684 11-17-96 3:06p SYSTEM.BAD 1 file(s) 994,684 bytes 0 dir(s) 264,503,296 bytes free C:\WINDOWS>du system.bad 486 system.bad C:\WINDOWS>ls system.bad system.bad C:\WINDOWS>ls -l system.bad -rw-r--r-- 1 500 everyone 994684 Nov 17 15:06 system.bad C:\WINDOWS>du -sk system.bad 486 system.bad C:\WINDOWS> And it still doesn't get all the bytes and directories, but it looks like 2K is the magic number, -k or not. -Ken - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".