From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from home.rdsnet.ro ([193.231.236.40] helo=relay1.home.ro) by speech.braille.uwo.ca with smtp (Exim 3.35 #1 (Debian)) id 17G9H4-00074L-00 for ; Thu, 06 Jun 2002 22:14:46 -0400 Received: (qmail 7811 invoked from network); 7 Jun 2002 02:14:49 -0000 Received: from unknown (HELO smtp) (213.233.73.14) by s1.home.ro with SMTP; 7 Jun 2002 02:14:49 -0000 Message-ID: <001201c20dc9$6d4c26d0$0e49e9d5@microsoft.com> From: "Octavian Rasnita" To: References: <003e01c20c95$fa530380$0100a8c0@stargate> Subject: Re: How to find out the size of more files? Date: Thu, 6 Jun 2002 04:39:11 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Thank you for the tip. Teddy, orasnita@home.ro ----- Original Message ----- From: "Thomas Ward" To: Sent: Wednesday, June 05, 2002 4:36 PM Subject: Re: How to find out the size of more files? > Hi, ok this one is real easy. If you want to get the size of a folder and > all subfolders type: > > du foldername > > If you want just the total size of a folder such as /usr type: > > du -s /usr > > To see specific info on a file or a group of files let us say zip files > type: > > ls -l *.zip > > You will get a list of zip files, permitions, and sizes. > > > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >