摘要: 001、 [root@pc1 test1]# ls a.txt [root@pc1 test1]# cat a.txt 5 8 2 7 3 [root@pc1 test1]# awk '{if(NR == 1) {idx = NR; value = $1}; if($1 > value) {idx 阅读全文
posted @ 2024-03-16 11:57 小鲨鱼2018 阅读(33) 评论(0) 推荐(0)