cat用于显示文本文件的内容。
cat [pathname]
表1 参数说明
举例:cat hello-openharmony.txt
示例 查看 hello-openharmony.txt 文件的信息
OHOS # cat hello-openharmony.txt OHOS # Hello openharmony ;)