Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howto:getopts_tutorial [2018/03/20 23:03] ffox8 [Description] |
howto:getopts_tutorial [2018/03/21 00:07] (current) ffox8 [See also] |
||
---|---|---|---|
Line 291: | Line 291: | ||
===== See also ===== | ===== See also ===== | ||
- | * [[http://mywiki.wooledge.org/BashFAQ/035|How can I handle command-line arguments (options) to my script easily?]] on Wooledge. | ||
* Internal: [[scripting:posparams]] | * Internal: [[scripting:posparams]] | ||
* Internal: [[syntax:ccmd:case]] | * Internal: [[syntax:ccmd:case]] | ||
* Internal: [[syntax:ccmd:while_loop]] | * Internal: [[syntax:ccmd:while_loop]] | ||
* POSIX [[http://pubs.opengroup.org/onlinepubs/9699919799/utilities/getopts.html#tag_20_54|getopts(1)]] and [[http://pubs.opengroup.org/onlinepubs/9699919799/functions/getopt.html|getopt(3)]] | * POSIX [[http://pubs.opengroup.org/onlinepubs/9699919799/utilities/getopts.html#tag_20_54|getopts(1)]] and [[http://pubs.opengroup.org/onlinepubs/9699919799/functions/getopt.html|getopt(3)]] | ||
+ | * [[https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash| parse CLI ARGV ]] | ||
+ | * [[http://mywiki.wooledge.org/BashFAQ/035|handle command-line arguments (options) to a script]] | ||
+ |