13,420
edits
Changes
→Using Variables in Shell Scripts
'''User Defined Variables'''
<br><br>
Data can be stored and removed within a variable using an '''equal sign'''.<br><br>The '''read''' command can be used to prompt the user to enter data into a variable.<br><br>