From: "Thomas Ward" <slingshooter@valkyrie.net>
To: <speakup@braille.uwo.ca>
Subject: Re: How to find out the size of more files?
Date: Wed, 5 Jun 2002 09:36:20 -0400 [thread overview]
Message-ID: <003e01c20c95$fa530380$0100a8c0@stargate> (raw)
In-Reply-To: <E17FTKA-0002GT-00@speech.braille.uwo.ca>
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.
next parent reply other threads:[~ UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E17FTKA-0002GT-00@speech.braille.uwo.ca>
` Thomas Ward [this message]
` Octavian Rasnita
Octavian Rasnita
` Steve Holmes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='003e01c20c95$fa530380$0100a8c0@stargate' \
--to=slingshooter@valkyrie.net \
--cc=speakup@braille.uwo.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).