Using a while loop we need to get every argument on the command line: ... while getopts t:r: MYOPTION do case MYOPTION in t) RESTAURANTTYPE=$OPTARG ...
確定! 回上一頁