| Current Path : /usr/tests/bin/sh/builtins/ |
| Current File : //usr/tests/bin/sh/builtins/getopts9.0 |
# $FreeBSD$ args='-ab' getopts ab opt $args printf '%s\n' "$?:$opt:$OPTARG" for dummy in dummy1 dummy2; do getopts ab opt $args printf '%s\n' "$?:$opt:$OPTARG" done