# cat - [命令功能](#section16710153391315) - [命令格式](#section1699392313158) - [参数说明](#section1677217374136) - [使用指南](#section186772414131) - [使用实例](#section12158131814561) - [输出说明](#section183926225561) ## 命令功能 cat用于显示文本文件的内容。 ## 命令格式 cat \[_pathname_\] ## 参数说明 **表 1** 参数说明

参数

参数说明

取值范围

pathname

文件路径。

已存在的文件。

## 使用指南 cat用于显示文本文件的内容。 ## 使用实例 举例:cat hello-harmony.txt ## 输出说明 **图 1** 查看 hello-harmony.txt 文件的信息 ![](figure/查看-hello-harmony-txt-文件的信息.png "查看-hello-harmony-txt-文件的信息")