Help for this page
if [ `echo $line | grep "vmstat 2 60" | wc -l` -eq 1 ]
if [ `echo $line | grep -c "vmstat 2 60"` -eq 1 ]