⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 0338-0339.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>



<HEAD>

<TITLE>Linux Complete Command Reference:User Commands:EarthWeb Inc.-</TITLE>

</HEAD>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!-- ISBN=0672311046 //-->

<!-- TITLE=Linux Complete Command Reference//-->

<!-- AUTHOR=Red Hat//-->

<!-- PUBLISHER=Macmillan Computer Publishing//-->

<!-- IMPRINT=Sams//-->

<!-- CHAPTER=01 //-->

<!-- PAGES=0001-0736 //-->

<!-- UNASSIGNED1 //-->

<!-- UNASSIGNED2 //-->



<P><CENTER>

<a href="0335-0337.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0340-0341.html">Next</A></CENTER></P>







<A NAME="PAGENUM-338"><P>Page 338</P></A>



<TABLE>



<TR><TD>

_f, --footer-numbering=style

</TD><TD>

Select the numbering style for lines in the footer section of each logical page. When a line

is not numbered, the current line number is not incremented, but the line number

separator character is still prepended to the line. The styles are

</TD></TR></TABLE>

<BLOCKQUOTE>

<TABLE>



<TR><TD>

a

</TD><TD>

Number all lines

</TD></TR><TR><TD>

t

</TD><TD>

Number only nonempty lines (default for body)

</TD></TR><TR><TD>

n

</TD><TD>

Number no lines (default for header and footer)

</TD></TR><TR><TD>

pregexp

</TD><TD>

Number only lines that contain a match for

regexp

</TD></TR></TABLE></BLOCKQUOTE>



<TABLE>



<TR><TD>

_p, --no-renumber

</TD><TD>

Do not reset the line number at the start of a logical page.

</TD></TR><TR><TD>

_v, --first-page=number

</TD><TD>

Set the initial line number on each logical page to

number (default 1).

</TD></TR><TR><TD>

_i, --page-increment=number

</TD><TD>

Increment line numbers by number (default

1).

</TD></TR><TR><TD>

_l, --join-blank-lines=number

</TD><TD>

Consider number (default 1) consecutive empty lines to be one logical line for

numbering, and only number the last one. Where fewer than

number consecutive empty lines occur, do not number them. An empty line is one that contains no characters, not even spaces or tabs.

</TD></TR><TR><TD>

_s, --number-separator=string

</TD><TD>

Separate the line number from the text line in the output with

string (default is a tab character).

</TD></TR><TR><TD>

_w, --number-width=number

</TD><TD>

Use number characters for line numbers (default

6).

</TD></TR><TR><TD>

_n, --number-format={ln,rn,rz}

</TD><TD>

Select the line numbering format:

</TD></TR></TABLE>



<BLOCKQUOTE>

<TABLE>



<TR><TD>

ln

</TD><TD>

Left justified, no leading zeros

</TD></TR><TR><TD>

rn

</TD><TD>

Right justified, no leading zeros (default)

</TD></TR><TR><TD>

rz

</TD><TD>

Right justified, leading zeros

</TD></TR></TABLE></BLOCKQUOTE>



<TABLE>



<TR><TD>

_d, --section-delimiter=cc

</TD><TD>

Set the two delimiter characters that indicate the beginnings of logical page sections; if

only one is given, the second remains :. To enter

\, use \\.

</TD></TR><TR><TD>

--help

</TD><TD>

Print a usage message and exit with a nonzero status.

</TD></TR><TR><TD>

--version

</TD><TD>

Print version information on standard output, then exit.

</TD></TR></TABLE>



<P>GNU Text Utilities

</P>





<H3><A NAME="ch01_ 193">

nlmconv

</A></H3>



<P>nlmconv&#151;Convert object code into an NLM

</P>



<P><B>SYNOPSIS</B></P>



<!-- CODE SNIP //-->

<PRE>nlmconv[ _Ibfdname|--input_target=bfdname] [ _Obfdname|

--output_target=bfdname ] [ _Theaderfile|--header_file=headerfile ]

[ _V|--version ][--help ] infile outfile

</PRE>

<!-- END CODE SNIP //-->



<P><B>DESCRIPTION</B></P>



<P>nlmconv converts the relocatable object file

infile into the NetWare Loadable Module (NLM)

outfile, optionally reading headerfile for NLM header information. For instructions on writing the NLM command file language used in header

FILES, see The NetWare Tool Maker Specification

Manual, available from Novell, Inc. nlmconv currently works with i386 object

FILES in COFF, ELF, ora.out format, and with SPARC object FILES in ELF or

a.out format. nlmconv uses the GNU binary file descriptor library to read

infile.

</P>



<P><B>OPTIONS</B></P>



<TABLE>



<TR><TD>

_I bfdname,

</TD><TD>

Consider the source file's object format to be

bfdname, rather than attempting to deduce it.

</TD></TR><TR><TD>

--input_target=bfdname

</TD><TD>

</TD></TR><TR><TD>

_O bfdname,

</TD><TD>

Write the output file using the object format

bfdname. nlmconv infers the output format

</TD></TR><TR><TD>

--output_target=bfdname

</TD><TD>

based on the input format, for example, for an i386 input file the output format is <BR>

nlm32_i386.

</TD></TR></TABLE>



<A NAME="PAGENUM-339"><P>Page 339</P></A>



<TABLE>



<TR><TD>

_T headerfile,

</TD><TD>

Reads headerfile for NLM header information. For instructions on writing the NLM

</TD></TR><TR><TD>

--header_file=headerfile

</TD><TD>

command file language used in header FILES, see

The NetWare Tool Maker Specification Manual, available from Novell, Inc.

</TD></TR><TR><TD>

_V, --version

</TD><TD>

Show the version number of

nlmconv and exit.

</TD></TR><TR><TD>

_h, --help

</TD><TD>

Show a summary of the OPTIONS to

nlmconv and exit.

</TD></TR></TABLE>



<P><B>SEE ALSO</B></P>





<P>binutils entry in info; The GNU Binary

Utilities, Roland H. Pesch (June 1993).

</P>



<P><B>COPYING</B></P>





<P>Copyright &quot; 1993 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of

this manual provided the copyright notice and this permission notice are preserved on all copies.

</P>



<P>Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim

copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

</P>



<P>Permission is granted to copy and distribute translations of this manual into another language, under the above

conditions for modified versions, except that this permission notice may be included in translations approved by the Free

Software Foundation instead of in the original English.

</P>



<P>Cygnus support, June 1993

</P>



<H3><A NAME="ch01_ 194">

nm

</A></H3>



<P>nm&#151;List symbols from object FILES

</P>



<P><B>SYNOPSIS</B></P>



<!-- CODE //-->

<PRE>nm [ _a|--debug_syms][_g|--extern_only ][_B ][_C|--demangle ]

[_D|--dynamic ][_s|--print_armap][_o|--print_file_name]

[_n|--numeric_sort ][_p|--no_sort ][_r|--reverse_sort ][--size_sort ]

[ _u|--undefined_only][--help ][--version ][_t radix|--radix=radix ]

[ _P|_portability ] [ _f format|--format=format ][--target=bfdname ][ objfile ...]

</PRE>

<!-- END CODE //-->





<P><B>DESCRIPTION</B></P>



<P>GNU nm lists the symbols from object FILES

objfile. If no object FILES are given as arguments,

nm assumes a.out.

</P>



<P><B>OPTIONS</B></P>



<P>The long and short forms of OPTIONS, shown here as alternatives, are equivalent.

</P>



<TABLE>



<TR><TD>

_A, _o

</TD><TD>

</TD></TR><TR><TD>

--print_file_name

</TD><TD>

Precede each symbol by the name of the input file where it was found, rather

than identifying the input file once only before all of its symbols.

</TD></TR><TR><TD>

_a, --debug_syms

</TD><TD>

Display debugger-only symbols; normally these are not listed.

</TD></TR><TR><TD>

_B

</TD><TD>

The same as --format=bsd (for compatibility with the MIPS

nm).

</TD></TR><TR><TD>

_C, --demangle

</TD><TD>

Decode (demangle) low-level symbol names into user-level names. Besides removing

any initial underscore prepended by the system, this makes C++ function names readable.

</TD></TR><TR><TD>

_D, --dynamic

</TD><TD>

Display the dynamic symbols rather than the normal symbols. This is only meaningful

for dynamic objects, such as certain types of shared libraries.

</TD></TR><TR><TD>

_f format

</TD><TD>

Use the output format format, which can be

bsd, sysv, or posix. The default is bsd. Only the first character of format is significant; it can be either uppercase or lowercase.

</TD></TR><TR><TD>

_g, --extern_only

</TD><TD>

Display only external symbols.

</TD></TR><TR><TD>

_n, _v, --numeric_sort

</TD><TD>

Sort symbols numerically by their addresses, not alphabetically by their names.

</TD></TR></TABLE>









<P><CENTER>

<a href="0335-0337.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0340-0341.html">Next</A></CENTER></P>







</td>
</tr>
</table>

<!-- begin footer information -->







</body></html>

⌨️ 快捷键说明

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