Skip to content

Commit 86b3380

Browse files
committed
Update ack.md jaywcjlove#42
1 parent bd1d58c commit 86b3380

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

command/ack.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,30 @@ ack
33

44
比grep好用的文本搜索工具
55

6-
## 示例
6+
## 安装
77

8+
```bash
9+
# ubuntu下要安装ack-grep
10+
sudo apt-get install ack-grep
811
```
9-
# install
10-
apk install ack
1112

12-
# use
13+
## 特点
14+
15+
ack官网列出了这工具的5大卖点:
16+
17+
1. 速度非常快,因为它只搜索有意义的东西。
18+
2. 更友好的搜索,忽略那些不是你源码的东西。
19+
3. 为源代码搜索而设计,用更少的击键完成任务。
20+
4. 非常轻便,移植性好。
21+
5. 免费且开源
22+
23+
## 实例
24+
25+
```
1326
ack
14-
```
27+
```
28+
29+
30+
## 参考资料
31+
32+
- [ack官网](https://beyondgrep.com/)

0 commit comments

Comments
 (0)