Answers for "load .env bash"

0

show env in bash

#show all variable
printenv

#result one variable
echo $LOCALAPPDATA
Posted by: Guest on October-27-2020
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