1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<!-- Copyright (C) 1991-2021 Free Software Foundation, Inc.
4
5Permission is granted to copy, distribute and/or modify this document
6under the terms of the GNU Free Documentation License, Version 1.3
7or any later version published by the Free Software Foundation;
8with no Invariant Sections, with no Front-Cover Texts, and with no
9Back-Cover Texts.  A copy of the license is included in the
10section entitled "GNU Free Documentation License".
11 -->
12<!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
13<head>
14<title>GNU Binary Utilities: Common Options</title>
15
16<meta name="description" content="GNU Binary Utilities: Common Options">
17<meta name="keywords" content="GNU Binary Utilities: Common Options">
18<meta name="resource-type" content="document">
19<meta name="distribution" content="global">
20<meta name="Generator" content="makeinfo">
21<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
22<link href="index.html#Top" rel="start" title="Top">
23<link href="Binutils-Index.html#Binutils-Index" rel="index" title="Binutils Index">
24<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
25<link href="index.html#Top" rel="up" title="Top">
26<link href="Selecting-the-Target-System.html#Selecting-the-Target-System" rel="next" title="Selecting the Target System">
27<link href="elfedit.html#elfedit" rel="previous" title="elfedit">
28<style type="text/css">
29<!--
30a.summary-letter {text-decoration: none}
31blockquote.smallquotation {font-size: smaller}
32div.display {margin-left: 3.2em}
33div.example {margin-left: 3.2em}
34div.indentedblock {margin-left: 3.2em}
35div.lisp {margin-left: 3.2em}
36div.smalldisplay {margin-left: 3.2em}
37div.smallexample {margin-left: 3.2em}
38div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
39div.smalllisp {margin-left: 3.2em}
40kbd {font-style:oblique}
41pre.display {font-family: inherit}
42pre.format {font-family: inherit}
43pre.menu-comment {font-family: serif}
44pre.menu-preformatted {font-family: serif}
45pre.smalldisplay {font-family: inherit; font-size: smaller}
46pre.smallexample {font-size: smaller}
47pre.smallformat {font-family: inherit; font-size: smaller}
48pre.smalllisp {font-size: smaller}
49span.nocodebreak {white-space:nowrap}
50span.nolinebreak {white-space:nowrap}
51span.roman {font-family:serif; font-weight:normal}
52span.sansserif {font-family:sans-serif; font-weight:normal}
53ul.no-bullet {list-style: none}
54-->
55</style>
56
57
58</head>
59
60<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
61<a name="Common-Options"></a>
62<div class="header">
63<p>
64Next: <a href="Selecting-the-Target-System.html#Selecting-the-Target-System" accesskey="n" rel="next">Selecting the Target System</a>, Previous: <a href="elfedit.html#elfedit" accesskey="p" rel="previous">elfedit</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Binutils-Index.html#Binutils-Index" title="Index" rel="index">Index</a>]</p>
65</div>
66<hr>
67<a name="Common-Options-1"></a>
68<h2 class="chapter">16 Common Options</h2>
69
70<p>The following command-line options are supported by all of the
71programs described in this manual.
72</p>
73<dl compact="compact">
74<dt><code>@<var>file</var></code></dt>
75<dd><p>Read command-line options from <var>file</var>.  The options read are
76inserted in place of the original @<var>file</var> option.  If <var>file</var>
77does not exist, or cannot be read, then the option will be treated
78literally, and not removed.
79</p>
80<p>Options in <var>file</var> are separated by whitespace.  A whitespace
81character may be included in an option by surrounding the entire
82option in either single or double quotes.  Any character (including a
83backslash) may be included by prefixing the character to be included
84with a backslash.  The <var>file</var> may itself contain additional
85@<var>file</var> options; any such options will be processed recursively.
86</p>
87</dd>
88<dt><code>--help</code></dt>
89<dd><p>Display the command-line options supported by the program.
90</p>
91</dd>
92<dt><code>--version</code></dt>
93<dd><p>Display the version number of the program.
94</p>
95</dd>
96</dl>
97
98
99
100
101</body>
102</html>
103