
{"id":7849,"date":"2012-10-27T19:40:30","date_gmt":"2012-10-27T19:40:30","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=7849"},"modified":"2012-10-27T19:40:30","modified_gmt":"2012-10-27T19:40:30","slug":"mapfile-is-a-bash-builtin-command","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2012\/10\/27\/mapfile-is-a-bash-builtin-command\/","title":{"rendered":"mapfile is a  bash builtin command"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$ 4.2.36 1 501---&gt; mapfile\n^C\n$ 4.2.36 2 502---&gt; man mapfile\nNo manual entry for mapfile\n$ 4.2.36 3 503---&gt; mapfile --help\nbash: mapfile: --: invalid option\nmapfile: usage: mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]\n$ 4.2.36 4 504---&gt; mapfile\ngod\nis\nlove\n$ 4.2.36 5 505---&gt; echo $MAPFILE\ngod\n$ 4.2.36 6 506---&gt; echo $MAPFILE[0]\ngod [0]\n$ 4.2.36 7 507---&gt; echo $MAPFILE\ngod\n$ 4.2.36 8 508---&gt; echo $MAPFILE1\n\n$ 4.2.36 9 509---&gt; echo $MAPFILE\ngod\n$ 4.2.36 10 510---&gt; echo $MAPFILE\ngod\n$ 4.2.36 11 511---&gt; echo ${MAPFILE[1]}\nis\n$ 4.2.36 12 512---&gt; echo ${MAPFILE[2]}\nlove\n$ 4.2.36 13 513---&gt; echo ${MAPFILE[0]}\ngod\n$ 4.2.36 14 514---&gt;\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $ 4.2.36 1 501&#8212;&gt; mapfile ^C $ 4.2.36 2 502&#8212;&gt; man mapfile No manual entry for mapfile $ 4.2.36 3 503&#8212;&gt; mapfile &#8211;help bash: mapfile: &#8211;: invalid option mapfile: usage: mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array] $ 4.2.36 4 504&#8212;&gt; mapfile god is love &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2012\/10\/27\/mapfile-is-a-bash-builtin-command\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;mapfile is a  bash builtin command&#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\/7849"}],"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=7849"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7849\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=7849"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=7849"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=7849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}