cat
分类
描述
连接文件并打印到标准输出
语法
cat [选项] [文件...]
常用选项
使用示例
- cat file.txt: 显示文件内容
- cat file1.txt file2.txt > merged.txt: 合并多个文件
相关命令