Getting directory size

N

Nate Harel

Hi all,

I need to write a small script that gives me the size of a particular
directory. Is there a command or set of commands that will do this?


thanks

Nate
 
P

Phil Robyn

Nate said:
Hi all,

I need to write a small script that gives me the size of a particular
directory. Is there a command or set of commands that will do this?


thanks

Nate

dir /w | find "File(s)"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top