Arguments |
L = long register
S = string variable
argnum L; returns the number of shell arguments:
-1 = no arguments, 0 = one argument...
argstr L, S; moves the argument with index "L" to a string
Prev: Preprocessor | Next: Usage
|