how to use variable in a variable name shell script code example Example: shell script variable TEXT="Hello World!" echo $TEXT # ouput: Hello World!