tsort.1

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 31 行

1
31
字号
.\" SCCSID: @(#)tsort.1	8.1	9/11/90.TH tsort 1 .SH Nametsort \- create topological sort.SH Syntax.B tsort[\|\fIfile\fR\|].SH Description.NXR "tsort command".NXA "lorder command" "tsort command".NXR "object file" "ordering"The.PN tsortcommandproduces on the standard output a totally ordered list of itemsconsistent with a partial ordering of itemsmentioned in the input.IR file .If no.I fileis specified, the standard input is understood..PPThe input consists of pairs of items (nonempty strings)separated by blanks.Pairs of different items indicate ordering.Pairs of identical items indicate presence, but not ordering..SH DiagnosticsOdd data: there is an odd number of fields in the input file..SH See Alsolorder(1)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?