xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
getopts2.0
(revision f39bffc62c1395bde25d152c7f68fdf7cbaab414)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
set - -ax
3
getopts ax option
4
set -C
5
getopts ax option
6
printf '%s\n' "$option"
7