Date: Tue, 11 Jul 2000 15:00:56 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Rafael García cc: djgpp AT delorie DOT com Subject: Re: Filetree disk size In-Reply-To: <8keric$jff$1@diana.bcn.ttd.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id IAA19518 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 11 Jul 2000, Rafael García wrote: > Does anybody know a portable program to recursively show sizes of > subdirectories? > > Something like this: > > 945 \dir > 345 \dir\uno > 200 \dir\uno\a > 100 \dir\uno\b Yes, it's called `du' (for Disk Usage) and is part of the GNU Fileutils. You can get it by downloading v2gnu/fil316b.zip from one of the DJGPP FTP sites.