标签:ring file rgs str reg 字符 test 常用 集合
1. find . -regex ‘.*\.c\|.*\.cc‘ | xargs grep "string" --color --line-number
2. sed -n ‘5,10p‘ filename 查看文件的第5行到第10行。
3. grep -o hello test.log | wc -l // 统计字符出现的次数
标签:ring file rgs str reg 字符 test 常用 集合
原文地址:https://www.cnblogs.com/chase-echo/p/3747850.html