I want to find out how much space my image gallery would take up without the highres images and without a few folders worth of stuff that isn't necessary, but I want to do it in a php/perl/shell script so it is flexible and I can run it later too. In each image gallery directory I have a thumbnail, lowres, and highres directory. I want to leave out the highres directory in the count.

I could write a recursive algorithm that excludes it, but I remember some 2 letter linux command that gives the size of the files in a directory and all its subdirectories. What was that?

A


_______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies

Reply via email to