摘要:
一、编写shell脚本 ps aux|sort -k4nr|head -3|awk 'split($11,a,"/"){print $4","a[length(a)]}'|awk '{printf "%s""|",$0}' sort -k4nr中(k代表从第几个位置开始,后面的数字4即是其开始位置, 阅读全文
posted @ 2019-03-27 16:12
sky_cheng
阅读(1028)
评论(0)
推荐(0)
浙公网安备 33010602011771号