
- Unix Commands Reference
- Unix - Tutorial Home
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
envsubst - Unix, Linux Command



NAME
envsubst - substitutes environment variables in shell format stringsSYNOPSIS
envsubst [OPTION] [SHELL-FORMAT]DESCRIPTION
Substitutes the values of environment variables.
Operation mode:
Tag | Description |
---|---|
-v, --variables | |
output the variables occurring in SHELL-FORMAT |
Informative output:
Tag | Description |
---|---|
-h, --help | display this help and exit |
-V, --version | |
output version information and exit |
When --variables is used, standard input is ignored, and the output consists of the environment variables that are referenced in SHELL-FORMAT, one per line.
AUTHOR
Written by Bruno Haible.REPORTING BUGS
Report bugs to <bug-gnu-gettext@gnu.org>.COPYRIGHT
Copyright © 2003-2005 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
Tag | Description |
---|---|
info envsubst |



Advertisements |