Envsubst: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
<tt>envsubst</tt> performs [[Bash_Variables#Variable_Expansion_in_an_Arbitrary_File|environment variable expansion]] in shell-format strings in arbitrary files. No other shell command line expansions will be. performed. | <tt>envsubst</tt> performs [[Bash_Variables#Variable_Expansion_in_an_Arbitrary_File|environment variable expansion]] in shell-format strings in arbitrary files. No other shell [[Bash Command Line Expansion#Overview|command line expansions]] will be. performed. | ||
=Installation= | =Installation= |
Revision as of 17:18, 5 May 2018
Internal
Overview
envsubst performs environment variable expansion in shell-format strings in arbitrary files. No other shell command line expansions will be. performed.