Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-runtime / man / envsubst.1.html
1 <!-- Creator     : groff version 1.22.3 -->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3 "http://www.w3.org/TR/html4/loose.dtd">
4 <html>
5 <head>
6 <meta name="generator" content="groff -Thtml, see www.gnu.org">
7 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
8 <meta name="Content-Style" content="text/css">
9 <style type="text/css">
10        p       { margin-top: 0; margin-bottom: 0; vertical-align: top }
11        pre     { margin-top: 0; margin-bottom: 0; vertical-align: top }
12        table   { margin-top: 0; margin-bottom: 0; vertical-align: top }
13        h1      { text-align: center }
14 </style>
15 <title>ENVSUBST</title>
16
17 </head>
18 <body>
19
20 <h1 align="center">ENVSUBST</h1>
21
22 <a href="#NAME">NAME</a><br>
23 <a href="#SYNOPSIS">SYNOPSIS</a><br>
24 <a href="#DESCRIPTION">DESCRIPTION</a><br>
25 <a href="#AUTHOR">AUTHOR</a><br>
26 <a href="#REPORTING BUGS">REPORTING BUGS</a><br>
27 <a href="#COPYRIGHT">COPYRIGHT</a><br>
28 <a href="#SEE ALSO">SEE ALSO</a><br>
29
30 <hr>
31
32
33 <h2>NAME
34 <a name="NAME"></a>
35 </h2>
36
37
38 <p style="margin-left:11%; margin-top: 1em">envsubst
39 &minus; substitutes environment variables in shell format
40 strings</p>
41
42 <h2>SYNOPSIS
43 <a name="SYNOPSIS"></a>
44 </h2>
45
46
47
48 <p style="margin-left:11%; margin-top: 1em"><b>envsubst</b>
49 [<i>OPTION</i>] [<i>SHELL-FORMAT</i>]</p>
50
51 <h2>DESCRIPTION
52 <a name="DESCRIPTION"></a>
53 </h2>
54
55
56 <p style="margin-left:11%; margin-top: 1em">Substitutes the
57 values of environment variables.</p>
58
59 <p style="margin-left:11%; margin-top: 1em"><b>Operation
60 mode: <br>
61 &minus;v</b>, <b>&minus;&minus;variables</b></p>
62
63 <p style="margin-left:22%;">output the variables occurring
64 in SHELL-FORMAT</p>
65
66 <p style="margin-left:11%; margin-top: 1em"><b>Informative
67 output: <br>
68 &minus;h</b>, <b>&minus;&minus;help</b></p>
69
70 <p style="margin-left:22%;">display this help and exit</p>
71
72 <p style="margin-left:11%;"><b>&minus;V</b>,
73 <b>&minus;&minus;version</b></p>
74
75 <p style="margin-left:22%;">output version information and
76 exit</p>
77
78 <p style="margin-left:11%; margin-top: 1em">In normal
79 operation mode, standard input is copied to standard output,
80 with references to environment variables of the form
81 $VARIABLE or ${VARIABLE} being replaced with the
82 corresponding values. If a SHELL-FORMAT is given, only those
83 environment variables that are referenced in SHELL-FORMAT
84 are substituted; otherwise all environment variables
85 references occurring in standard input are substituted.</p>
86
87 <p style="margin-left:11%; margin-top: 1em">When
88 <b>&minus;&minus;variables</b> is used, standard input is
89 ignored, and the output consists of the environment
90 variables that are referenced in SHELL-FORMAT, one per
91 line.</p>
92
93 <h2>AUTHOR
94 <a name="AUTHOR"></a>
95 </h2>
96
97
98 <p style="margin-left:11%; margin-top: 1em">Written by
99 Bruno Haible.</p>
100
101 <h2>REPORTING BUGS
102 <a name="REPORTING BUGS"></a>
103 </h2>
104
105
106 <p style="margin-left:11%; margin-top: 1em">Report bugs to
107 &lt;bug-gnu-gettext@gnu.org&gt;.</p>
108
109 <h2>COPYRIGHT
110 <a name="COPYRIGHT"></a>
111 </h2>
112
113
114 <p style="margin-left:11%; margin-top: 1em">Copyright
115 &copy; 2003-2007 Free Software Foundation, Inc. License
116 GPLv3+: GNU GPL version 3 or later
117 &lt;http://gnu.org/licenses/gpl.html&gt; <br>
118 This is free software: you are free to change and
119 redistribute it. There is NO WARRANTY, to the extent
120 permitted by law.</p>
121
122 <h2>SEE ALSO
123 <a name="SEE ALSO"></a>
124 </h2>
125
126
127 <p style="margin-left:11%; margin-top: 1em">The full
128 documentation for <b>envsubst</b> is maintained as a Texinfo
129 manual. If the <b>info</b> and <b>envsubst</b> programs are
130 properly installed at your site, the command</p>
131
132 <p style="margin-left:22%; margin-top: 1em"><b>info
133 envsubst</b></p>
134
135 <p style="margin-left:11%; margin-top: 1em">should give you
136 access to the complete manual.</p>
137 <hr>
138 </body>
139 </html>