13,420
edits
Changes
→Using Variables in Shell Scripts
'''
<br><br>
===Using Variables in Shell Scripts/ Parameters===
There are a group of '''special parameters''' that can be used for shell scripting.<br>A few of these special parameters and their purpose are displayed below:<br>'''$*''' , '''“$*”''' , '''"$@"''' , '''$#''' , '''$?'''
<br><br>
=== Command Substitution / Math Operations ===
<br>