5. Specify Custom File Encoding
With these files present in your working directory:
properties
NON_LABORIS=ġ ħ œ ű žtxt
Ǿ deserunt elit ${NON_LABORIS} aliquip IJWhen the following command is executed:
sh
$ dotenv-subst --encoding=ascii --env-file=minim.properties quis_magnavi.txtThe interpolated output is written to the file(s) below:
txt
G> deserunt elit ! ' S q ~ aliquip D2🔍 Further Reading
Check out the supported syntax for defining interpolation variables in your source files.
All available command options and flags are documented in CLI Options Reference.