Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / man / man1 / envsubst.1
blob4c8938cd4db23582a78df47ae6c9a1402cf80353
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH ENVSUBST "1" "June 2010" "GNU gettext-runtime 0.18.1" GNU
3 .SH NAME
4 envsubst \- substitutes environment variables in shell format strings
5 .SH SYNOPSIS
6 .B envsubst
7 [\fIOPTION\fR] [\fISHELL-FORMAT\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Substitutes the values of environment variables.
12 .SS "Operation mode:"
13 .TP
14 \fB\-v\fR, \fB\-\-variables\fR
15 output the variables occurring in SHELL-FORMAT
16 .SS "Informative output:"
17 .TP
18 \fB\-h\fR, \fB\-\-help\fR
19 display this help and exit
20 .TP
21 \fB\-V\fR, \fB\-\-version\fR
22 output version information and exit
23 .PP
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.
30 .PP
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.
33 .SH AUTHOR
34 Written by Bruno Haible.
35 .SH "REPORTING BUGS"
36 Report bugs to <bug-gnu-gettext@gnu.org>.
37 .SH COPYRIGHT
38 Copyright \(co 2003-2007 Free Software Foundation, Inc.
39 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
40 .br
41 This is free software: you are free to change and redistribute it.
42 There is NO WARRANTY, to the extent permitted by law.
43 .SH "SEE ALSO"
44 The full documentation for
45 .B envsubst
46 is maintained as a Texinfo manual.  If the
47 .B info
48 and
49 .B envsubst
50 programs are properly installed at your site, the command
51 .IP
52 .B info envsubst
53 .PP
54 should give you access to the complete manual.