On Sun, May 16, 2004 at 10:51:13PM +0100, arden wrote:
> just a quick question 
> 
> i know df will tell me the properties of the partition im in, but how do
> i find out how big a signal file is ?

ITYM 'single file':

    % ls -l filename

Where the 5th field in the output is the file size in bytes.
But there are very many other ways to get that information:

    % wc -c filename
    % stat -f %z filename

etc. etc.

        Cheers,

        Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

Attachment: pgphGGaZ2xnqL.pgp
Description: PGP signature

Reply via email to