freebsd-ports/devel/p5-Filesys-Statvfs_Df/pkg-descr
Bill Fenner a5b727886c search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
2005-09-21 19:35:50 +00:00

15 lines
543 B
Text

Filesys::Statvfs provides an interface between
Perl and the statvfs() system call.
Filesys::Df uses Filesys::Statvfs to obtain
filesystem statistics then creates additional
filesystem information such as percent full,
user and superuser differentials, etc.
Filesys::Df will also let you specify the
block size for the values you wish to see.
The default block size output is 1024 bytes per
block. So if you want to get the size in bytes
just take the block size and * it by 1024.
WWW: http://search.cpan.org/dist/Filesys-Statvfs_Statfs_Df/