Skip to content

Commit 6ce297a

Browse files
committed
Ch03: batcat in Debian/Ubuntu
1 parent 7a0b81f commit 6ce297a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Ch03/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,10 @@ $ cat [OPTION] FILE
574574
$ sudo apt install bat
575575
```
576576

577-
例如,输出 sol1.c 文件的内容(支持 C 语言语法高亮):
577+
在 Debian/Ubuntu 下,该命令需要使用 `batcat` 调用。例如,输出 sol1.c 文件的内容(支持 C 语言语法高亮):
578578

579579
```console
580-
$ bat sol1.c
580+
$ batcat sol1.c
581581
```
582582

583583
#### less {#less}

0 commit comments

Comments
 (0)