1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
2 .TH ENVSUBST "1" "April 2005" "GNU gettext-runtime 0.14.3" GNU
4 envsubst \- substitutes environment variables in shell format strings
7 [\fIOPTION\fR] [\fISHELL-FORMAT\fR]
9 .\" Add any additional description here
11 Substitutes the values of environment variables.
14 \fB\-v\fR, \fB\-\-variables\fR
15 output the variables occurring in SHELL-FORMAT
16 .SS "Informative output:"
18 \fB\-h\fR, \fB\-\-help\fR
19 display this help and exit
21 \fB\-V\fR, \fB\-\-version\fR
22 output version information and exit
24 In normal operation mode, standard input is copied to standard output,
25 with references to environment variables of the form $VARIABLE or ${VARIABLE}
26 being replaced with the corresponding values. If a SHELL-FORMAT is given,
27 only those environment variables that are referenced in SHELL-FORMAT are
28 substituted; otherwise all environment variables references occurring in
29 standard input are substituted.
31 When \fB\-\-variables\fR is used, standard input is ignored, and the output consists
32 of the environment variables that are referenced in SHELL-FORMAT, one per line.
34 Written by Bruno Haible.
36 Report bugs to <bug-gnu-gettext@gnu.org>.
38 Copyright \(co 2003-2005 Free Software Foundation, Inc.
40 This is free software; see the source for copying conditions. There is NO
41 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
43 The full documentation for
45 is maintained as a Texinfo manual. If the
49 programs are properly installed at your site, the command
53 should give you access to the complete manual.