#!/bin/bash function testGetOpts1() { local TMP_OPTIND=$OPTIND OPTIND=1 echo -e "\n+ testGetOpts1() $@" while getopts "a:b:c:d:" flag do ...
確定! 回上一頁