> > 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? > > I think 'du -sh /path/to/directory' is what you're looking for.
'du -sh /path/to/parent/* will give the summary for each directory/file' _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
