lorder.1

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 37 行

1
37
字号
.TH LORDER 1 .SH NAMElorder \- find ordering relation for an object library.SH SYNOPSIS.B lorderfile ....SH DESCRIPTIONThe inputis one or more object or library archive (see.IR ar (1)).I files.The standard outputis a list of pairs of object file names,meaning that the first file of the pair refers toexternal identifiers defined in the second.The output may be processed by.IR  tsort (1)to find an ordering ofa library suitable for one-pass access by.IR  ld (1)..PPThis brash one-liner intends to build a new libraryfrom existing `.o' files..IPar cr library \`\|lorder *.o | tsort\`.SH FILES*symref, *symdef.brnm(1), sed(1), sort(1), join(1).SH "SEE ALSO"tsort(1),ld(1),ar(1).SH BUGSThe names of object files, in and out of libraries, must end with `.o';nonsense results otherwise.

⌨️ 快捷键说明

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