美文网首页
终端-ag使用

终端-ag使用

作者: 平静_b99e | 来源:发表于2020-01-04 15:41 被阅读0次

mac安装ag

brew install the_silver_searcher

使用

ag 'hx' /www/t086.com

常用参数
-i 忽略大小写
-l 只列出文件名
-g 文件名匹配
--php 只搜索php文件
--ignore-dir 忽略目录

例如:ag --ignore-dir sitedata --php hx /www/9enjoy.com

相关文章

网友评论

      本文标题:终端-ag使用

      本文链接:https://www.haomeiwen.com/subject/ldtfactx.html