how to assign number to defined variable in shel code example Example: shell script variable TEXT="Hello World!" echo $TEXT # ouput: Hello World!