Skip to content

Commit 02e3ae8

Browse files
authored
doc: fix typo in ack.md (#565)
1 parent 79c5ad5 commit 02e3ae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

command/ack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apk install ack
1414

1515
## 参数
1616

17-
这些参数在linux上的适用频率是相当高的,尤其是你用vim做为IDE的话
17+
这些参数在linux上的使用频率是相当高的,尤其是你用vim做为IDE的话
1818

1919
```shell
2020
-c(统计)/ -i(忽略大小)/ -h(不显示名称)/
@@ -90,9 +90,9 @@ ack-grep -g hello.py$ # 查找正则匹配文件
9090
ack-grep -g hello --sort-files # 查找然后排序
9191
```
9292

93-
### File Inclusion/Exclusion
93+
### File inclusion/exclusion
9494

95-
文件过滤,个人觉得这是一个很不错的功能。如果你曾经在搜索项目源码是不小心命中日志中的某个关键字的话,你会觉得这个有用。
95+
文件过滤,个人觉得这是一个很不错的功能。如果你曾经在搜索项目源码时不小心命中日志中的某个关键字的话,你会觉得这个有用。
9696

9797
```shell
9898
ack-grep --python hello # 查找所有python文件

0 commit comments

Comments
 (0)