Skip to content

Instantly share code, notes, and snippets.

@shinyay
Created May 31, 2021 09:14
Show Gist options
  • Select an option

  • Save shinyay/8300e0199a47ef6eeeb021b9b4e019e6 to your computer and use it in GitHub Desktop.

Select an option

Save shinyay/8300e0199a47ef6eeeb021b9b4e019e6 to your computer and use it in GitHub Desktop.
Simple template by envsubst

envsubst Template

Template

$ echo 'pwd=${PWD}' > sample.tpl

Convert with Environment Variables

$ envsubst < sample.tpl > sample.txt

Result

$ cat sample.txt
pwd=/Users/shinya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment