首页
Linux命令: cat
-s 连续多个空行显示为一个空行。
-n 给每一行前显示行号。
-b 只给非空行前显示行号。
-E 在每行后显示一个$
cat f - g 把文件f的内容、STDIN、文件g的内容连接起来 。
LinuxCommand
相关
C++ read and log linux command in physical file
标签