{"id":330,"date":"2014-10-27T15:46:14","date_gmt":"2014-10-27T06:46:14","guid":{"rendered":"http:\/\/kei0310.info\/?p=330"},"modified":"2014-10-27T15:46:14","modified_gmt":"2014-10-27T06:46:14","slug":"post-330","status":"publish","type":"post","link":"http:\/\/kei0310.info\/?p=330","title":{"rendered":"[bash] \u6587\u5b57\u5217\u306e\u5206\u5272\uff08split\u51e6\u7406\uff09"},"content":{"rendered":"<p>bash\u3067\u6587\u5b57\u5217\u3092split\u3059\u308b\u65b9\u6cd5\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n<p>\u4f8b\u3048\u3070\u3001\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067split\u3057\u3066\u307f\u307e\u3059\u3002<\/p>\n<p>\"11111,222222,3333,444444\"<\/p>\n<p>\u25cfbash\u30d7\u30ed\u30b0\u30e9\u30e0<\/p>\n<h6>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n#!\/bin\/bash\r\n\r\n# split\u524d\u6587\u5b57\u5217\u5b9a\u7fa9\r\nLINE=&quot;11111,222222,333,44444&quot;\r\n\r\n# \u533a\u5207\u308a\u6587\u5b57\u8a2d\u5b9a\r\nIFS=','\r\n\r\n# split\u5b9f\u884c\r\nset -- ${LINE}\r\n\r\n# \u8868\u793a\u78ba\u8a8d\r\necho $1\r\necho $2\r\necho $3\r\necho $4\r\n<\/pre>\n<\/h6>\n<p>\u25cf\u5b9f\u884c\u7d50\u679c<\/p>\n<h6>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n11111\r\n222222\r\n333\r\n44444\r\n<\/pre>\n<\/h6>\n","protected":false},"excerpt":{"rendered":"<p>bash\u3067\u6587\u5b57\u5217\u3092split\u3059\u308b\u65b9\u6cd5\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u4f8b\u3048\u3070\u3001\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067split\u3057\u3066\u307f\u307e\u3059\u3002 \"11111,222222,3333,444444\" \u25cfbash\u30d7\u30ed\u30b0\u30e9\u30e0 \u25cf\u5b9f\u884c\u7d50\u679c<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[99],"tags":[187,74,75,46],"_links":{"self":[{"href":"http:\/\/kei0310.info\/index.php?rest_route=\/wp\/v2\/posts\/330"}],"collection":[{"href":"http:\/\/kei0310.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/kei0310.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/kei0310.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/kei0310.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=330"}],"version-history":[{"count":1,"href":"http:\/\/kei0310.info\/index.php?rest_route=\/wp\/v2\/posts\/330\/revisions"}],"predecessor-version":[{"id":331,"href":"http:\/\/kei0310.info\/index.php?rest_route=\/wp\/v2\/posts\/330\/revisions\/331"}],"wp:attachment":[{"href":"http:\/\/kei0310.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/kei0310.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=330"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/kei0310.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}