rpmbuild
Variable
|
Holds
|
$0
|
The name of the script itself, from the command line
|
$1
|
The first option
|
$2
|
The second option
|
$3
|
The third option
|
$4
|
The fourth option
|
$5
|
The fifth option
|
$6
|
The sixth option
|
$7
|
The seventh option
|
$8
|
The eighth option
|
$9
|
The ninth option
|
$*
|
All command-line options
|
$#
|
Holds the number of command-line options
|