Help for this page

Select Code to Download


  1. or download this
    my $available_space = `df $dir`;
    if ($? != 0) {
        warn "df failed: command was `df $dir`";
    }