Skip to content

Commit

Permalink
doc: fix typo in ack.md (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
cy920820 committed Mar 4, 2024
1 parent 79c5ad5 commit 02e3ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command/ack.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apk install ack

## 参数

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

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

### File Inclusion/Exclusion
### File inclusion/exclusion

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

```shell
ack-grep --python hello # 查找所有python文件
Expand Down

0 comments on commit 02e3ae8

Please sign in to comment.