Answers for "read from variable bash"

0

bash read value

# read into arbitrary new variable
read SOME_VARIABLE
echo $SOME_VARIABLE
Posted by: Guest on March-17-2021

Browse Popular Code Answers by Language