awk命令

./procrank  |busybox awk '{print $4}'
./procrank |busybox awk 'BEGIN{sum = 0}{sum += $4}END {print sum}'

你可能感兴趣的:(awk命令)