Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var преди 3 години
..
README 8b58d2688e perl/perl-Filesys-Df: Fix README. преди 4 години
perl-Filesys-Df.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var преди 3 години
perl-Filesys-Df.info 721aedce3b perl/perl-Filesys-Df: Added (filesystem disk space information). преди 5 години
slack-desc 721aedce3b perl/perl-Filesys-Df: Added (filesystem disk space information). преди 5 години

README

Filesys::DF module provides a way to obtain filesystem disk space
information.

df() requires a argument that represents the filesystem you want to
query. The argument can be either a scalar directory/file name or a
open filehandle. There is also an optional block size argument so you
can tailor the size of the values returned. The default block size is
1024. This will cause the function to return the values in 1k blocks.
If you want bytes, set the block size to 1.

df() returns a reference to a hash. The keys available in the hash are
as follows: {blocks} {bfree} {bavail} {used} {per}.