ctod.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 59 行
1
59 行
.TH ctod 1.SH Namectod \- combine DDIS objects into DOTS format.SH Syntax.B ctod[ .B \-x].I object.ddis.SH Description.NXR "ctod command"The.PN ctodcommand combines a DDIS encoded object into a Data Object TransportSyntax (DOTS) format, which is written to standard output. The objectmay contain references to other DDIS files. The purpose of.PN ctodis to create a single file from multiple references to otherfiles, in order to transfer or move DDIS objects from onelocation to another..PP.I object.ddisis a file name, or a minus sign (\-) for standard input. Ifa minus sign is specified, or ifno file name is present, standard input is read. The named object andits external references, if any, are combined into a DOTS data streamwhich is written to standard output..PPBecause a DOTS stream contains binary data, .PN ctodoutput should be redirected to a file or a pipe..PP.SH Options.TP 5.B \-xSpecifies that.PN ctodis to DOTS encode the input file without resolving any externalreferences present in the file. This option is for use only with filescontaining no external references..PP.SH RestrictionsThe only DDIS object types supported in this release are DDIF and DTIF..PP.SH Diagnostics.PPThe exit status is 0 if all files were combined successfully and 1 ifany of the files could not be combined. Consult`standard error' to see what files failed, and why..PPIf the \fB\-x\fP option is used and.PN object.ddiscontains any external references,.PN ctodreturns an error status of 1, and writes an error message to`standard error'..SH See Alsodtoc(1), DDIS(5), DDIF(5), DTIF(5), DOTS(5)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?