cat命令合并文件和打印到标准输出
用法:
cat [OPTION]... [FILE]...
cat -b[-n] test1 显示行号
cat ln_test ln_test_s > write 将几个文件合并为一个文件