Please note that duchk was written for Linux, so it may not work for other unixes. However, I'd be happy to port it upon request.
examples source code man page source code changelog
Examine a directory or a directory tree and list files and their sizes in kbytes. Sort in descending size order. Display all files at least 1 kbyte in size unless a minimum size is otherwise indicated.
Directories are displayed with trailing slashes.
If the recursive option is selected, duchk will examine the given Directory and then recursively examine subdirectories of subdirectories... Each level of subdirectory examined will be indented a level for readability.
Please note that the default behavior of duchk is to display information on all files greater than or equal to 1 kbyte in size. This may cause copious amounts of output for some directories or trees. The --size option may be used to limit this output.
The minimum size a file must have to be included in duchk output is determined by (in order of precedence):
Newlines and funny characters in file names should not be a problem. Whitespace in file names is escaped with backslashes in duchk output. Non-printable characters are output as escaped octal values.
du(1)
Last modified: $Date: 2004/02/21 20:05:22 $