|
One of the most powerful aspects of any programming language is the ability to pass arguments and shell scripting is no different.
|
|
CREATED 2017-09-05 01:04:58.0
|
00-2A-92
|
UPDATED 2017-09-05 01:05:07.0
|
|
|
|
Characters or symbols that help in dealing with command line arguments:
$# |
The number of arguments |
$@ |
An array of the aruments |
|
|
CREATED 2017-09-05 01:06:08.0
|
00-2A-93
|
UPDATED 2017-09-05 01:06:22.0
|
|
|