size.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 43 行
1
43 行
.TH size 1 RISC.SH Namesize \- prints the section size of an object file.SH Syntax.B "size [-o -d -x -A -B -V] [ file1 ... filen ]".SH DescriptionThe \fBsize\fR commandprints information about the \fItext, rdata, data,sdata, bss\fR and\fIsbss\fR sections of each file.The file can be an object or an archive.If you do not specify a file, \fBsize\fR uses .I a.outas the default..SH OptionsThe.B \-o,.B \-x,and.B \-doptions print the size in octal, hexadecimal, and decimal,respectively..PPThe.B \-Aand.B \-Boptions specify AT&T System V style output or Berkeley (4.3BSD) style output, respectively. The version of UNIX running at your site determines the default.System V style, which is more verbose than Berkeley, dumps the headers of each section.The Berkeley version prints size information for eachsection, regardless of whether the file exists, and prints the total in hexadecimal anddecimal..PPThe.B \-Voption prints the version of \fBsize\fR that you are using.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?