Created
May 18, 2020 20:21
-
-
Save asavt92/fd0a03fa0d0c07ba8f49674b5df7bec9 to your computer and use it in GitHub Desktop.
sed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert file with lines ```eks_commission_enable: true``` into env var lines ```METRICS_ENABLE=true``` | |
sed -e 's/\(.*\): /\U\1=/' local-dev.env1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment