DUSection: FSF (1)Updated: February 2003 Index NAMEdu - estimate file space usageSYNOPSISdu [OPTION]... [FILE]...DESCRIPTIONSummarize disk usage of each FILE, recursively for directories. Mandatory arguments to long options are mandatory for short options too.
SIZE may be (or may be an integer optionally followed by) one of following: kB 1000, K 1024, MB 1,000,000, M 1,048,576, and so on for G, T, P, E, Z, Y. PATTERNSPATTERN is a shell pattern (not a regular expression). The pattern ? matches any one character, whereas * matches any string (composed of zero, one or multiple characters). For example, *.o will match any files whose names end in .o. Therefore, the command
will skip all files and subdirectories ending in .o (including the file .o itself). AUTHORWritten by Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert.REPORTING BUGSReport bugs to <bug-coreutils@gnu.org>.COPYRIGHTCopyright © 2002 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSOThe full documentation for du is maintained as a Texinfo manual. If the info and du programs are properly installed at your site, the command
should give you access to the complete manual. Addition information is available on the The du Command page on the The Linux Information Project website. Index
Created from the Linux Online Manual Pages |