码迷,mamicode.com
首页 > 其他好文 > 详细

常用工作命令集合

时间:2021-04-27 15:16:42      阅读:0      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!