How would you get the value of a variable named VAR into a scrip code example Example: shell script variable TEXT="Hello World!" echo $TEXT # ouput: Hello World!