From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [216.28.214.193] (helo=mail.valkyrie.net) by speech.braille.uwo.ca with smtp (Exim 3.35 #1 (Debian)) id 17FaqK-0001mQ-00 for ; Wed, 05 Jun 2002 09:28:52 -0400 Received: (qmail 25861 invoked by uid 0); 5 Jun 2002 13:28:53 -0000 Received: from mlbg-usr2-209-179.valkyrie.net (HELO stargate) (216.28.209.179) by mail.valkyrie.net with SMTP; 5 Jun 2002 13:28:53 -0000 Message-ID: <003e01c20c95$fa530380$0100a8c0@stargate> From: "Thomas Ward" To: References: Subject: Re: How to find out the size of more files? Date: Wed, 5 Jun 2002 09:36:20 -0400 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 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 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: 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.