摘要:
001、 [root@PC1 test4]# ls a.txt [root@PC1 test4]# cat a.txt ## 测试数据 aa bb cc dd kk jj ee uu rr [root@PC1 test4]# sed -n l a.txt aa bb cc$ dd\tkk\tjj$ 阅读全文
posted @ 2023-05-29 00:47
小鲨鱼2018
阅读(113)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 test4]# ls a.txt [root@PC1 test4]# cat a.txt ## 测试数据 ee ff 88 fff aa ff uuk fff uuuu kkk yyy fff kkkk [root@PC1 test4]# awk '{print len 阅读全文
posted @ 2023-05-29 00:02
小鲨鱼2018
阅读(165)
评论(0)
推荐(0)