invcutter.1

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

1
113
字号
.TH invcutter 1.SH Nameinvcutter \- generate subset inventory files.SH Syntax.B /usr/sys/dist/invcutter [.B \-d][.B \-f.I root-path][.B \-f.I version-code].SH DescriptionThe.PN invcuttercommand reads master inventory records from standard input..NX R "invcutter command".NX R "Software kits" "producing inventory records for"A subset inventory record is written to standard output forevery record read from the input. The information containedin the output record is derived from theinput record and thefile attribute information in the file hierarchy rootedin the current directory..SH Options.IP \-d 20Enable debugging. No useful diagnostics are printed..IP "\-f \fIroot-path\fP"Specify an alternate root path for finding file attributeinformation..IP "\-v version-code"Specify a 3-digit version code for use in the versionfield of the output records. The default version code is.I 010..SH RestrictionsAll input records must be sorted in ascending order on thepathname field..PPFiles described in an input record which exist as socketsin the file hierarchy are not processable..PPIf a file is described in an input record has a link countgreater than 1, all other links to the file must be representedin the input..SH ExamplesThe following command will generate inventory records for themaster inventory entries in.I PDS020.micontaining version fieldsset to.I 020:.EX    invcutter \-v 020 < PDS020.mi.EE.SH Return ValuesAn exit status of 0 is returned if all goes well. An exit statusof 1 is returned if an error occurs. See Diagnostics..SH Diagnostics"\fBcannot chdir to \fIpathname\fP (\fIerror-message\fP)\fR".brThe program cannot change directories to the.I pathnamedirectory specified with the.B \-foption. The.I error-messagewill provide additional information..PP"\fBsort error, record #\fIn\fR".brThe \fIn\fRth input record isnot in the correct sort order. All input records must bein ascending ASCII colating sequence on the pathname field..PP"\fBcannot stat \fIfilename\fP (\fIerror-message\fP)\fR".brAn error has occurred attempting to read the attributes of.I filename.The.I error-messageexplains exactly what happened..PP"\fIpathname\fB: illegal file type code 0140000\fR".brThe file.I pathnameis a socket. Sockets are not supported as valid file types fordistribution..PP"\fBunresolved nlink\fI n: pathname\fR".brThis indicates that file.I pathnamein the master inventory is linked to.I nfiles which do not appear in the master inventory. Check inventoryfor validity with the.PN newinvprogram..PP"\fIn\fB unresolved hard links\fR".brThis is an informational message stating how many fileswere detected in the input inventory which had unresolved links..SH See Alsonewinv(1), stl_inv(5), stl_mi(5).br\fIGuide to Preparing Software for Distribution on ULTRIX Systems\fP

⌨️ 快捷键说明

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