Thread
:
Shell script needed
View Single Post
#
4
(
permalink
)
06-14-2008, 02:46 AM
unSpawn
Junior Member
User
Join Date: Feb 2008
My distro: .
Posts: 10
Rep Power:
0
Nice examples. BTW, in getDiskDrives() it's missing the GNU/Linux part:
t=($(awk '/[hs]d[a-z]$/ {print $4}' /proc/partition
)
c="${#t[@]}"
t="${t[*]}"
unSpawn
View Public Profile
Find all posts by unSpawn