#!/bin/bash showDate=0 while getopts ":f:s:p:a:d" opt; do case "${opt}" in f) ... getopts does not support long options like getopt, nor does it support ...
確定! 回上一頁