Skip to content

Commit 9b2d0a2

Browse files
committed
doc: update command/figlet.md #576
1 parent f9babe1 commit 9b2d0a2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

command/fgrep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ fgrep 命令于 grep 和 egrep 命令不同,因为它搜索字符串而不是
1717
6. 输入文件应该以换行字符结尾。
1818
7. 虽然可以同时指定很多标志,但某些标志会覆盖其余的标志。例如,如果同时指定 -l 和 -n ,只有文件名写入到标准输出中去。
1919

20-
### 语法
20+
### 语法
2121

2222
```shell
2323
fgrep(选项)(参数)
2424
```
2525

26-
### 选项
26+
### 选项
2727

2828
```shell
2929
-b:在找到的每行之前添加行所在的块编号。使用此标志有助于按照上下文查找磁盘块号码。-b 标志不能用于标准输入或者管道输入。

command/figlet.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@ figlet
33

44
字符串转为 “字画符”。
55

6+
## 补充说明
7+
8+
将普通字符串转为有简单字符拼接而成的 “字画符”。
9+
610
## 安装
711

8-
+ Ubuntu 等系统
12+
Ubuntu 等系统
913

1014
```shell
1115
apt-get update
1216
apt-get install -y figlet
1317
```
1418

15-
+ CentOS 等系统
19+
CentOS 等系统
1620

1721
```shell
1822
yum install epel-release
1923
yum install -y figlet
2024
```
2125

22-
## 概要
26+
## 语法
2327

2428
```shell
2529
figlet [ message ] [ -option ]
2630
```
2731

28-
## 主要用途
29-
30-
- 将普通字符串转为有简单字符拼接而成的 “字画符”。
31-
3232
## 参数
3333

3434
message 是需要转换的字符串。

0 commit comments

Comments
 (0)