标签: bash getopts
我需要使用不在输入开头出现的标志。 该脚本的用法是:
mytask.sh [taskName][taskParams]
例如,参数为:
find_old_scripts -s /tmp -m 5.
在这种情况下如何使用getopts?