Hi, xxx is not defined in the enviroment. I'd like envsubst to show an error message. But there is not such an option available as of now. Can this feature be added?
~$ cat template.txt The word is $foo The word is $xxxx ~$ word=foo envsubst < template.txt The word is foo The word is -- Regards, Peng