Rabu, Desember 17, 2008

Displays the total available disk space and space used

#!/usr/bin/bash


# Displays disk space [total available space, space used]
# Reko

total=0
for i in `df -k | tail +2 | awk '{print $2}'`
do
total=`expr $total + $i`
done
echo "$total"

total=0
for i in `df -k | tail +2 | awk '{print $3}'`
do
total=`expr $total + $i`
done
echo "$total"

0 komentar:

Posting Komentar

Bagaimana Komentar Anda
U Comment ... I Follow
Berikan komentar anda dalam bentuk Saran/Kritik.
Sedikit atau banyak komentar anda, Penulis akan Following ke URL anda.
Lengkapi URL/identitas anda.

Twitter Delicious Facebook Digg Stumbleupon Favorites More