cat
显示文件内容。
格式
cat <filename>
说明
[root@sylixos:/root]# help cat
display file
cat file name
[root@sylixos:/root]#
此命令用于在终端显示文件中的内容,其中 filename 可以包含待显示文件的路径。
样例
[root@sylixos:/root]# cat /apps/test/hello.c
Hello SylixOS!!!
[root@sylixos:/root]#