NAME
fdu - Estimate file space usage (using Filesys::DiskUsage)
SYNOPSIS
fdu [OPTION]... [FILE]...
DESCRIPTION
Summarize disk usage of each FILE, recursively for directories.
OPTIONS
-L
Dereference all symbolic links.
-X PATTERN
Exclude files that match PATTERN.
-h
Print sizes in human readable format (e.g., 1K 234M 2G).
-H
Likewise, but use powers of 1000 not 1024.
-s N
Assume sector size of N.
-l N
Assume link size of N (ignored if -L).
-s N
Assume sector size of N.
-l N
Assume link size of N (ignored if -L).
-m MAX-DEPTH
Print the total for a directory (or file) only if it is N or fewer levels below the command line argument.
-t N
If printing sizes in human readable format, truncate all values by the Nth place.
AUTHOR
Jose Alves de Castro, <cog@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2004 by Jose Alves de Castro
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.