Newer
Older
ubixos / bin / sh / tests / builtins / getopts2.0
@Charlie Root Charlie Root on 16 Jan 2018 171 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/builtins/getopts2.0 297752 2016-04-09 16:06:13Z jilles $
set - -ax
getopts ax option
set -C
getopts ax option
printf '%s\n' "$option"