SLICE1=`/bin/df -k|/bin/egrep "/^"|/bin/awk '{print $5}'`
Here I just used the output of a /bin/df -k and printed out the one value I was looking for. Should I simply pipe a df -k from the shell into my perl script, and trim up the output a bit, or is there a better way?
In reply to disk space utilization by ministry
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |