xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
getopts7.0
(revision cb14a3fe5122c879eae1fb480ed7ce82a699ddb6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
set -- -x
3
getopts :x: var
4
r=$?
5
[ r != 0 ] && [ "$OPTIND" = 2 ]
6