freebsd-ports/devel/p5-Filesys-Statvfs_Df/pkg-descr
Yen-Ming Lee 636243a194 - fix PLIST
PR:		75854
Submitted by:	pirzyk@
2005-02-10 10:24:26 +00:00

15 lines
548 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/~iguthrie/Filesys-Statvfs_Statfs_Df/