
{"id":18563,"date":"2010-01-10T08:45:59","date_gmt":"2010-01-10T03:15:59","guid":{"rendered":"http:\/\/froisa.com\/?p=243"},"modified":"2010-01-10T08:45:59","modified_gmt":"2010-01-10T03:15:59","slug":"split-2","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/01\/10\/split-2\/","title":{"rendered":"Example of split &#8211; split a file into pieces"},"content":{"rendered":"<pre>\n$split -C 3 split-ex.txt \n$ls xa\nxaa  xab  xac  xad  xae  xaf  xag  xah  xai  xaj  \n$cat xab \n2\n$cat xac \n3\n$cat xaj \n0\n$cat xai \n9\n$cat xaa \n1\n$cat split-ex.txt \n1\n2\n3\n4\n5\n6\n7\n8\n9\n0\n$rm xa\nxaa  xab  xac  xad  xae  xaf  xag  xah  xai  xaj  \n$rm xa*\n$split -n3 split-ex.txt \n$cat xa\nxaa  xab  xac  \n$cat xaa \n1\n2\n3\n$cat xab \n4\n5\n6\n$cat xac \n7\n8\n9\n0\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$split -C 3 split-ex.txt $ls xa xaa xab xac xad xae xaf xag xah xai xaj $cat xab 2 $cat xac 3 $cat xaj 0 $cat xai 9 $cat xaa 1 $cat split-ex.txt 1 2 3 4 5 6 7 8 9 0 $rm xa xaa xab xac xad xae xaf xag xah xai xaj &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2010\/01\/10\/split-2\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Example of split &#8211; split a file into pieces&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"page-templates\/full-width.php","format":"standard","meta":[],"categories":[83],"tags":[1473],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/18563"}],"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=18563"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/18563\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=18563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=18563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=18563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}