kernel-lite-small-shell-cmd-file-cat.md 2.1 KB
Newer Older
1
# cat<a name="ZH-CN_TOPIC_0000001052170305"></a>
W
wenjun 已提交
2

N
NEEN 已提交
3 4 5 6 7 8 9
-   [命令功能](#section16710153391315)
-   [命令格式](#section1699392313158)
-   [参数说明](#section1677217374136)
-   [使用指南](#section186772414131)
-   [使用实例](#section12158131814561)
-   [输出说明](#section183926225561)

W
wenjun 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
## 命令功能<a name="section16710153391315"></a>

cat用于显示文本文件的内容。

## 命令格式<a name="section1699392313158"></a>

cat \[_pathname_\]

## 参数说明<a name="section1677217374136"></a>

**表 1**  参数说明

<a name="table1049mcpsimp"></a>
<table><thead align="left"><tr id="row1055mcpsimp"><th class="cellrowborder" valign="top" width="21%" id="mcps1.2.4.1.1"><p id="p1057mcpsimp"><a name="p1057mcpsimp"></a><a name="p1057mcpsimp"></a>参数</p>
</th>
<th class="cellrowborder" valign="top" width="52%" id="mcps1.2.4.1.2"><p id="p1059mcpsimp"><a name="p1059mcpsimp"></a><a name="p1059mcpsimp"></a>参数说明</p>
</th>
<th class="cellrowborder" valign="top" width="27%" id="mcps1.2.4.1.3"><p id="p1061mcpsimp"><a name="p1061mcpsimp"></a><a name="p1061mcpsimp"></a>取值范围</p>
</th>
</tr>
</thead>
<tbody><tr id="row1062mcpsimp"><td class="cellrowborder" valign="top" width="21%" headers="mcps1.2.4.1.1 "><p id="p1064mcpsimp"><a name="p1064mcpsimp"></a><a name="p1064mcpsimp"></a>pathname</p>
</td>
<td class="cellrowborder" valign="top" width="52%" headers="mcps1.2.4.1.2 "><p id="p1066mcpsimp"><a name="p1066mcpsimp"></a><a name="p1066mcpsimp"></a>文件路径。</p>
</td>
<td class="cellrowborder" valign="top" width="27%" headers="mcps1.2.4.1.3 "><p id="p1068mcpsimp"><a name="p1068mcpsimp"></a><a name="p1068mcpsimp"></a>已存在的文件。</p>
</td>
</tr>
</tbody>
</table>

## 使用指南<a name="section186772414131"></a>

cat用于显示文本文件的内容。

## 使用实例<a name="section12158131814561"></a>

举例:cat hello-harmony.txt

## 输出说明<a name="section183926225561"></a>

**图 1**  查看 hello-harmony.txt 文件的信息<a name="fig15578152824618"></a>  
D
duangavin123 已提交
52
![](figure/查看-hello-harmony-txt-文件的信息.png "查看-hello-harmony-txt-文件的信息")
W
wenjun 已提交
53