Export and variable
์ ๋ณ์
myvar="aaa"
echo $myvar
unset myvar #์ญ์
echo $myvar
echo $SHELLexport
env # aws_profile์ด ์๋ค.
export AWS_PROFILE=myprofile
env # aws_profile์ด ์๊ฒผ๋ค.Last updated
myvar="aaa"
echo $myvar
unset myvar #์ญ์
echo $myvar
echo $SHELLenv # aws_profile์ด ์๋ค.
export AWS_PROFILE=myprofile
env # aws_profile์ด ์๊ฒผ๋ค.Last updated
...
export AWS_PROFILE=myprofile # ์ถ๊ฐ