September 2013
Intermediate to advanced
548 pages
12h 25m
English
We can store the result of a command in a variable.
| | 1> X = 123456789. |
| | 123456789 |
In the first line we gave a value to the variable X;
in the next line the shell prints the value of the variable.
Note that all variable names must start with an uppercase letter.
Read now
Unlock full access