jpayne@68
|
1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
|
jpayne@68
|
2 .TH ENVSUBST "1" "February 2024" "GNU gettext-runtime 0.22.5" "User Commands"
|
jpayne@68
|
3 .SH NAME
|
jpayne@68
|
4 envsubst \- substitutes environment variables in shell format strings
|
jpayne@68
|
5 .SH SYNOPSIS
|
jpayne@68
|
6 .B envsubst
|
jpayne@68
|
7 [\fI\,OPTION\/\fR] [\fI\,SHELL-FORMAT\/\fR]
|
jpayne@68
|
8 .SH DESCRIPTION
|
jpayne@68
|
9 .\" Add any additional description here
|
jpayne@68
|
10 .PP
|
jpayne@68
|
11 Substitutes the values of environment variables.
|
jpayne@68
|
12 .SS "Operation mode:"
|
jpayne@68
|
13 .TP
|
jpayne@68
|
14 \fB\-v\fR, \fB\-\-variables\fR
|
jpayne@68
|
15 output the variables occurring in SHELL\-FORMAT
|
jpayne@68
|
16 .SS "Informative output:"
|
jpayne@68
|
17 .TP
|
jpayne@68
|
18 \fB\-h\fR, \fB\-\-help\fR
|
jpayne@68
|
19 display this help and exit
|
jpayne@68
|
20 .TP
|
jpayne@68
|
21 \fB\-V\fR, \fB\-\-version\fR
|
jpayne@68
|
22 output version information and exit
|
jpayne@68
|
23 .PP
|
jpayne@68
|
24 In normal operation mode, standard input is copied to standard output,
|
jpayne@68
|
25 with references to environment variables of the form $VARIABLE or ${VARIABLE}
|
jpayne@68
|
26 being replaced with the corresponding values. If a SHELL\-FORMAT is given,
|
jpayne@68
|
27 only those environment variables that are referenced in SHELL\-FORMAT are
|
jpayne@68
|
28 substituted; otherwise all environment variables references occurring in
|
jpayne@68
|
29 standard input are substituted.
|
jpayne@68
|
30 .PP
|
jpayne@68
|
31 When \fB\-\-variables\fR is used, standard input is ignored, and the output consists
|
jpayne@68
|
32 of the environment variables that are referenced in SHELL\-FORMAT, one per line.
|
jpayne@68
|
33 .SH AUTHOR
|
jpayne@68
|
34 Written by Bruno Haible.
|
jpayne@68
|
35 .SH "REPORTING BUGS"
|
jpayne@68
|
36 Report bugs in the bug tracker at <https://savannah.gnu.org/projects/gettext>
|
jpayne@68
|
37 or by email to <bug\-gettext@gnu.org>.
|
jpayne@68
|
38 .SH COPYRIGHT
|
jpayne@68
|
39 Copyright \(co 2003\-2023 Free Software Foundation, Inc.
|
jpayne@68
|
40 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
|
jpayne@68
|
41 .br
|
jpayne@68
|
42 This is free software: you are free to change and redistribute it.
|
jpayne@68
|
43 There is NO WARRANTY, to the extent permitted by law.
|
jpayne@68
|
44 .SH "SEE ALSO"
|
jpayne@68
|
45 The full documentation for
|
jpayne@68
|
46 .B envsubst
|
jpayne@68
|
47 is maintained as a Texinfo manual. If the
|
jpayne@68
|
48 .B info
|
jpayne@68
|
49 and
|
jpayne@68
|
50 .B envsubst
|
jpayne@68
|
51 programs are properly installed at your site, the command
|
jpayne@68
|
52 .IP
|
jpayne@68
|
53 .B info envsubst
|
jpayne@68
|
54 .PP
|
jpayne@68
|
55 should give you access to the complete manual.
|