我试图了解如何使用getopts为ksh脚本配置选项,我在declaring options using getopts找到了以下详细信息:
Use : for options that require arguments.
Use # for options that require numeric arguments.
Use :? and #? for options that allow arguments but don't require them.
但是有可能声明一个不允许任何参数的选项并添加关于该选项的文字描述吗?
答案 0 :(得分:0)
不同的getopt()s做的不同。有些用于不同的语言,甚至......哪一个?
阅读精美文档!我确定你会在那里找到各种各样的例子,作为奖励,比在这里等待答案要快得多。