终端-ag使用

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使用)