TSORT(1) | 用户命令 | TSORT(1) |
名称¶
tsort - 进行拓扑排序
概述¶
tsort [选项] [文件]
描述¶
输出一个完全有序的列表,其与先前给定文件中已有的部分排序顺序相一致。
如果没有指定文件,或者指定文件为“-”,则从标准输入读取。
作者¶
由 Mark Kettenis 编写。
报告错误¶
GNU coreutils 的在线帮助:
<https://www.gnu.org/software/coreutils/>
请向 <https://translationproject.org/team/zh_CN.html>
报告翻译错误。
版权¶
Copyright © 2022 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
<https://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.
参见¶
完整文档请见:
<https://www.gnu.org/software/coreutils/tsort>
或者在本地使用: info
'(coreutils) tsort invocation'
跋¶
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
2022年9月 | GNU coreutils 9.1 |