摘要:
001、 [root@pc1 test2]# ls a.txt [root@pc1 test2]# cat a.txt ## 测试数据 j d e w e th d e s d g e t f g w e t [root@pc1 test2]# sed 's/e.*e//' a.txt ## 删除e 阅读全文
posted @ 2022-10-26 22:46
小鲨鱼2018
阅读(314)
评论(0)
推荐(0)
摘要:
001、 [root@pc1 test]# ls a.csv a.txt b.csv b.txt c.csv [root@pc1 test]# ll -h ## 测试文件 total 430M -rw-r--r--. 1 root root 20M Oct 26 18:02 a.csv -rw-r- 阅读全文
posted @ 2022-10-26 18:07
小鲨鱼2018
阅读(162)
评论(0)
推荐(0)