cat命令:

 

  • 连接文件或者标准输入并打印
  • 显示内容
//显示整个文件
cat filename

//创建文件,不能编辑已有文件
cat > filename

//合并
cat file1 file2 > file