Hi , I am using getopt for both short and long options as below SHORTOPTS="a:c" LONGOPTS="alpha:,charlie" OPTS=\\$(getopt -o \\$SHORTOPTS --longoptions ...
確定! 回上一頁