xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
getopts2.0
(revision a5ff72cb0e51a7675d4e2b5810a2b6dad5b91960)
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