
{"id":8628,"date":"2013-07-06T18:06:44","date_gmt":"2013-07-06T18:06:44","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8628"},"modified":"2013-07-06T18:06:44","modified_gmt":"2013-07-06T18:06:44","slug":"getopt-more-on-parse-command-options","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/07\/06\/getopt-more-on-parse-command-options\/","title":{"rendered":"getopt .  more on parse command options"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$getopt hello\n --\n$getopt helloo\n --\n$getopt hellooo\n --\n$getopt hellooo how\n -- how\n$getopt hellooo how are\n -- how are\n$getopt h how are\n -- how are\n$getopt h h h\n -- h h\n$getopt ab -a\n -a --\n$getopt ab -ab\n -a -b --\n$getopt ab -ab -R\ngetopt: invalid option -- 'R'\n -a -b --\n$getopt ab -ab -l\ngetopt: invalid option -- 'l'\n -a -b --\n$getopt ab -abl\ngetopt: invalid option -- 'l'\n -a -b --\n$getopt ab -abn\ngetopt: invalid option -- 'n'\n -a -b --\n$getopt ab -abc\ngetopt: invalid option -- 'c'\n -a -b --\n$getopt nl -nl\n -n -l --\n$getopt R -nl\ngetopt: invalid option -- 'n'\ngetopt: invalid option -- 'l'\n --\n$getopt R -R\n -R --\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $getopt hello &#8212; $getopt helloo &#8212; $getopt hellooo &#8212; $getopt hellooo how &#8212; how $getopt hellooo how are &#8212; how are $getopt h how are &#8212; how are $getopt h h h &#8212; h h $getopt ab -a -a &#8212; $getopt ab -ab -a -b &#8212; $getopt ab -ab -R getopt: invalid option &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/07\/06\/getopt-more-on-parse-command-options\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;getopt .  more on parse command options&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8628"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=8628"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8628\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8628"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8628"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}