#!/bin/sh CPU=expr 0 + `uptime | awk '{gsub(",", ""); print $(NF-1)}'` CCPU=`expr -e 100 \\* 0.14` echo $CCPU