Using variables in Bash
In computer science (and casual computing), a variable is a location in memory that holds arbitrary information for later use. In other words, it’s a temporary storage container for you to put data into and get data out of. In the Bash shell, that data can be a word (a string, in computer lingo) or a number (an integer).
read more
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.