man-pages/man1/envsubst.1.html
2021-03-31 01:06:50 +01:00

116 lines
3.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of ENVSUBST</TITLE>
</HEAD><BODY>
<H1>ENVSUBST</H1>
Section: GNU (1)<BR>Updated: June 2016<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
envsubst - substitutes environment variables in shell format strings
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>envsubst</B>
[<I>OPTION</I>] [<I>SHELL-FORMAT</I>]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
Substitutes the values of environment variables.
<A NAME="lbAE">&nbsp;</A>
<H3>Operation mode:</H3>
<DL COMPACT>
<DT id="1"><B>-v</B>, <B>--variables</B><DD>
output the variables occurring in SHELL-FORMAT
</DL>
<A NAME="lbAF">&nbsp;</A>
<H3>Informative output:</H3>
<DL COMPACT>
<DT id="2"><B>-h</B>, <B>--help</B><DD>
display this help and exit
<DT id="3"><B>-V</B>, <B>--version</B><DD>
output version information and exit
</DL>
<P>
In normal operation mode, standard input is copied to standard output,
with references to environment variables of the form $VARIABLE or ${VARIABLE}
being replaced with the corresponding values. If a SHELL-FORMAT is given,
only those environment variables that are referenced in SHELL-FORMAT are
substituted; otherwise all environment variables references occurring in
standard input are substituted.
<P>
When <B>--variables</B> is used, standard input is ignored, and the output consists
of the environment variables that are referenced in SHELL-FORMAT, one per line.
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHOR</H2>
Written by Bruno Haible.
<A NAME="lbAH">&nbsp;</A>
<H2>REPORTING BUGS</H2>
Report bugs to &lt;<A HREF="mailto:bug-gnu-gettext@gnu.org">bug-gnu-gettext@gnu.org</A>&gt;.
<A NAME="lbAI">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright &#169; 2003-2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later &lt;<A HREF="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</A>&gt;
<BR>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
<A NAME="lbAJ">&nbsp;</A>
<H2>SEE ALSO</H2>
The full documentation for
<B>envsubst</B>
is maintained as a Texinfo manual. If the
<B>info</B>
and
<B>envsubst</B>
programs are properly installed at your site, the command
<DL COMPACT>
<DT id="4"><DD>
<B>info envsubst</B>
</DL>
<P>
should give you access to the complete manual.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="5"><A HREF="#lbAB">NAME</A><DD>
<DT id="6"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="7"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DL>
<DT id="8"><A HREF="#lbAE">Operation mode:</A><DD>
<DT id="9"><A HREF="#lbAF">Informative output:</A><DD>
</DL>
<DT id="10"><A HREF="#lbAG">AUTHOR</A><DD>
<DT id="11"><A HREF="#lbAH">REPORTING BUGS</A><DD>
<DT id="12"><A HREF="#lbAI">COPYRIGHT</A><DD>
<DT id="13"><A HREF="#lbAJ">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:11 GMT, March 31, 2021
</BODY>
</HTML>