linux常用命令--cat

cat 可以将文件输出到屏幕或者 > 输出到文件

常用参数:

cat -n filename 将文件filename 编号显示

如:

cat -n test.txt
1 [email protected]
2 [email protected]
3 [email protected]
4 [email protected]
5 [email protected]
6 [email protected]

 

cat -b filename 编号显示,空白行不编号

 

再如:

cat -n textfile1 > textfile2 讲textfile1内容加编号之后存到textfile2中

 

cat /dev/null > filename 清空文件内容

 

linux常用命令--cat,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。