Working with Shell Variables

# Introduction In this lab, you will learn how to work with shell variables. Shell variables are used to store data in shell scripts, and they can hold various types of values such as numbers, characters, or strings. Shell variables are created by assigning a value to them using the `=` sign.

|60 : 00

Click the virtual machine below to start practicing