fdu - Estimate file space usage (using Filesys::DiskUsage)
fdu [OPTION]... [FILE]...
Summarize disk usage of each FILE, recursively for directories.
Dereference all symbolic links.
Exclude files that match PATTERN.
Print sizes in human readable format (e.g., 1K 234M 2G).
Likewise, but use powers of 1000 not 1024.
Assume link size of N (ignored if -L).
Assume link size of N (ignored if -L).
Print the total for a directory (or file) only if it is N or fewer levels below
the command line argument.
If printing sizes in human readable format, truncate all values by the Nth
place.
Jose Alves de Castro, <cog@cpan.org>
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.