args=`getopt optstring $*` set -- `getopt optstring $*` DESCRIPTION getopt is used to break up options in command lines for easy parsing by shell procedures ...
確定! 回上一頁