Help for this page

Select Code to Download


  1. or download this
    host:volume              available(MB)   %free
    149.153.130.11:/dev/hda3        10168   80%
    149.153.130.11:/dev/hda2        84      90%
    149.153.130.15:/dev/hda3        10168   80%
    149.153.130.15:/dev/hda2        84      90%
    
  2. or download this
    @lines = split(/\n/,$space{ $host });
    
    ...
               push @out,"$host:$1     $2      $free%";
         }
    }