命令介绍
cat 命令用于连接文件并打印到标准输出设备上。
参数介绍
1、-n 对所有输出的行数编号。
例子:打印文件
cat -n textfile.log
cat 命令用于连接文件并打印到标准输出设备上。
1、-n 对所有输出的行数编号。
cat -n textfile.log
相关文章: