摘要:
全称:number lines of files 用途:显示的时候添加行号。 格式:nl [OPTION]... [FILE]... 类型:nl is /usr/bin/nl 说明: 该命令主要就是针对输出内容添加行号,对行号的显示设计有较多的可操作性,例如行号位数,自动补齐等。 -b, --bod 阅读全文
摘要:
全称:concatenate and print files in reverse 用途:将文件全部内容从尾到头反向连续输出到标准输出(屏幕)上 格式:tac [OPTION]... [FILE]... 类型:tac is hashed (/usr/bin/tac) 说明: tac 是 cat 的反 阅读全文
摘要:
全称:concatenate files and print on the standard output 用途:将文件全部内容从头到尾连续输出到标准输出(屏幕)上 格式:cat [OPTION]... [FILE]... 类型:cat is hashed (/bin/cat) 说明: 该命令会输出 阅读全文