-
Notifications
You must be signed in to change notification settings - Fork 1
/
envsubstbsd.1
34 lines (34 loc) · 1.27 KB
/
envsubstbsd.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BSDENVSUBST "1" "July 2018" "bsdenvsubst (envsubsd BSD version) 0.0.1" "User Commands"
.SH NAME
bsdenvsubst \- manual page for bsdenvsubst (envsubsd BSD version) 0.0.1
.SH SYNOPSIS
.B bsdenvsubst
[\fI\,OPTION\/\fR] [\fI\,SHELL-FORMAT\/\fR]
.SH DESCRIPTION
Substitutes the values of environment variables.
.SS "Operation mode:"
.TP
\fB\-v\fR, \fB\-\-variables\fR
output the variables occurring in SHELL\-FORMAT
.SS "Informative output:"
.TP
\fB\-h\fR, \fB\-\-help\fR
display this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
output version information and exit
.PP
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.
.PP
When \fB\-\-variables\fR is used, standard input is ignored, and the output consists
of the environment variables that are referenced in SHELL\-FORMAT, one per line.
.PP
License BSD: New BSD licence
.SH AUTHOR
Written by Rodrigo Osorio <[email protected]>