名称
tac - 连接文件并逆序输出
概述
tac [选项]... [文件列表]...
描述
将文件列表中的每一个文件输出到标准输出,行号大的优先。如果没有指定文件,或者指定文件为 "-",则从标准输入读取。
必选参数对长短选项同时适用。
- -b, --before
- 将分隔符附加在行首而不是行尾
- -r, --regex
- 将分隔符视为正则表达式
- -s, --separator=字符串
- 以指定字符串作为分隔符而不是换行符
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
作者
由 Jay Lepreau 和 David MacKenzie 编写。
报告错误
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html> 报告 tac 的翻译错误。
请向 <http://translationproject.org/team/zh_CN.html> 报告 tac 的翻译错误。
版权
Copyright © 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL
version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
参见
rev(1)
完整文档请见: <http://www.gnu.org/software/coreutils/tac>
或者在本地使用: info aq(coreutils) tac invocationaq