Answers for "get variable in .env file to shell script"

2

linux shell script print environment variables

printenv
printenv | less
printenv | more
Posted by: Guest on May-27-2021
0

read from .env file bash

set -o allexport
source conf-file
set +o allexport
Posted by: Guest on August-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language