i-bash/tests/getopts.right

69 lines
1.5 KiB
Text
Raw Normal View History

1997-06-05 14:59:13 +00:00
getopts: usage: getopts optstring name [arg]
2
getopts: usage: getopts optstring name [arg]
2
2002-07-17 14:10:11 +00:00
./getopts.tests: line 10: getopts: -a: invalid option
1997-06-05 14:59:13 +00:00
getopts: usage: getopts optstring name [arg]
-a specified
-b bval specified
remaining args: one two three
-a specified
-b bval specified
remaining args: one two three four five six seven eight nine ten eleven twelve
1998-04-17 19:52:44 +00:00
./getopts1.sub: option requires an argument -- b
Usage: ./getopts1.sub [-a] [-b value] args
1997-06-05 14:59:13 +00:00
-a specified
-c cval specified
-d specified
-a specified
-b 3 specified
remaining args: one two three four five
-a specified
-b bval specified
remaining args: one two three
-a specified
-b bval specified
remaining args: one two three
1998-04-17 19:52:44 +00:00
./getopts4.sub: error: option `b' requires an argument
Usage: ./getopts4.sub [-a] [-b value] args
./getopts4.sub: error: illegal option character `c'
Usage: ./getopts4.sub [-a] [-b value] args
1997-06-05 14:59:13 +00:00
-a specified
remaining args: -b bval one two three
OPTERR=0
a here
something else here
OPTIND=3
getop: OPTERR=1
a here
1998-04-17 19:52:44 +00:00
./getopts5.sub: illegal option -- c
1997-06-05 14:59:13 +00:00
something else here
1998-04-17 19:52:44 +00:00
./getopts5.sub: illegal option -- d
1997-06-05 14:59:13 +00:00
something else here
1998-04-17 19:52:44 +00:00
./getopts5.sub: illegal option -- e
1997-06-05 14:59:13 +00:00
something else here
getop: OPTIND=5
OPTIND=3
OPTERR=0
-a specified
remaining args:
-a specified
remaining args:
-a specified
remaining args:
0
2002-07-17 14:10:11 +00:00
./getopts7.sub: line 4: getopts: `opt-var': not a valid identifier
1997-06-05 14:59:13 +00:00
remaining args:
opt: x
opt: y
opt: a
opt: b
opt: c
opt: z
$1 = a
./getopts10.sub: line 3: OPTARG: readonly variable
OPTARG = x = ?
unset x = ?
declare -r RO="foo"
declare -r RO="foo"