Chris Blessing wrote:

> Is there anyway to get the attributes for a directory, like size

What do you mean by `size'? `ls -l <pathname>' will list the amount of
space used by the directory itself, whilst `du -sk <pathname>' will
list the amount of space used by the directory and all of the files
beneath it.

> and possibly the tree? Thanks!

Tree? As in `ls -R ...'?

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to