10.2 Shell Environment
10.2.1 Variable
10.2.1.1 What is Variable?
Variable is a place where data can be temporarily stored in the computer’s memory. The difference with the file is that when the computer is shut down, the data in the file is retained when the computer is turned on again, and the data in the variable is lost when the computer is shut down.
If you use multiple words to define variable,, you can use “_” to connect them together.