摘要: ps -aux | awk 'BEGIN{sum=0}{print sum+=$4}END{print sum "%"}' 阅读全文
posted @ 2024-11-25 18:21 小石糖记 阅读(17) 评论(0) 推荐(0)