View Single Post
  #23 (permalink)  
Old 03-01-2009, 05:52 PM
jrex1983 jrex1983 is offline
Junior Member
User
 
Join Date: Mar 2009
OS: Debian
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jrex1983 is on a distinguished road
Default solution for that error

hi

replace the below code :

rfs="$($_CMD df -hT | grep -vE "Filesystem|shm" | awk 'BEGIN{print "<ul>"}{w=sprintf("%d",$6);print "<li>" $7 "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;" $6 "(" $2 ")<BR> <img src=\"indicator.gif\" height=\"4\" width=\"" w "\"> <BR><img src=\"graph.gif\"> <BR>" $4"/"$3 "</li> "}END{ print "</ul> "}')"


its working fine i checked out.


Regards
Rex
Reply With Quote