This section we will describe the following: • Variable assignment• Variable substitution• Built-in shell variables• Other shell variablesVariable AssignmentVariable names consist of any number of letters, digits, or underscores. Upper- and lowercase letters are distinct, and names may not start with a digit. Variables are assigned values using the = op..