Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site micomvax.UUCP Path: utzoo!linus!philabs!micomvax!pace From: pace@micomvax.UUCP Newsgroups: net.micro.cpm Subject: Re: Computing free space on a disk Message-ID: <225@micomvax.UUCP> Date: Tue, 20-Dec-83 20:23:03 EST Article-I.D.: micomvax.225 Posted: Tue Dec 20 20:23:03 1983 Date-Received: Wed, 21-Dec-83 05:42:45 EST References: <456@aplvax.UUCP> Organization: Micom, Montreal Lines: 15 You can use the STAT command to find out the free space you have left on a disk. A>STAT this will give you how many k bytes are left on the disk A>STAT *.* this will list every file on the disk, tell you how much space it's using and at the end tell you how much space is left. cheers