Update Translation for Chinese (#22297)
This commit is contained in:
@ -1,11 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Bash Cat
|
title: Bash Cat
|
||||||
localeTitle: 猛击猫
|
localeTitle: Bash Cat
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Cat
|
||||||
|
|
||||||
Cat是Unix操作系统中最常用的命令之一。
|
Cat是Unix操作系统中最常用的命令之一。
|
||||||
|
|
||||||
|
Cat用于按顺序读取文件并将其打印到标准输出。 这个名字是从它的功能(con**cat**enate files)而来。
|
||||||
|
|
||||||
### 用法
|
### 用法
|
||||||
|
|
||||||
@ -20,15 +22,15 @@ cat [options] [file_names]
|
|||||||
* `-s` ,挤压多个相邻的空白行
|
* `-s` ,挤压多个相邻的空白行
|
||||||
* `-v` ,显示非打印字符,标签和行尾字符除外
|
* `-v` ,显示非打印字符,标签和行尾字符除外
|
||||||
|
|
||||||
|
### 例子
|
||||||
|
|
||||||
|
在终端机打印file.txt的内容:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cat file.txt
|
cat file.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
连接两个文件的内容并在终端机中显示结果:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cat file1.txt file2.txt
|
cat file1.txt file2.txt
|
||||||
|
Reference in New Issue
Block a user