摘要: 一、grep 1、echo hello world 123 | grep hello 打印hello world 123 通过管道grep hello 2、查找test.txt文件不包括python的行 :grep -vn "python" test.txt 3、查找test.txt文件包括pyth 阅读全文
posted @ 2021-06-19 14:58 挣扎的咸鱼 阅读(105) 评论(0) 推荐(0)