SYNOPSIS

       pydf [options] [file]


DESCRIPTION

       pydf  is  a python script that displays the amount of disk space avail-
       able on the mounted filesystems, using different colours for  different
       types of filesystems. Output format is completely customizable.

       If an optional
              file  argument  is  given,  pydf displays just information about
              filesystem containing the file(s), otherwise it displays  infor-
              mation about all mounted filesystems.



OPTIONS

       --help Show summary of options.

       -v, --version
              Show version of program.

       -a, --all
              include filesystems having 0 blocks

       -h, --human-readable
              print sizes in human readable format (e.g., 133K 2341M 2448G)

       -H, --si
              likewise, but use powers of 1000 not 1024

       --block-size=SIZE
              use SIZE-byte blocks

       -k, --kilobytes
              like --block-size=1024

       -l, --local
              limit listing to local filesystems

       -m, --megabytes
              like --block-size=1048576

       -g, --gigabytes
              like --block-size=1073741824

       --blocks
              use filesystem native block size

       --bw   do not use colours

       --mounts=FILE
              file  to  get  mount  information from.  On normal linux system,
              only /etc/mtab or /proc/mounts  make  sense.   Use  /proc/mounts

       Radovan Garabk <garabik@kassiopeia.juls.savba.sk>



                                                                       PYDF(1)

Man(1) output converted with man2html