
{"id":14072,"date":"2013-07-31T17:06:41","date_gmt":"2013-07-31T17:06:41","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?page_id=14072"},"modified":"2013-07-31T17:06:41","modified_gmt":"2013-07-31T17:06:41","slug":"split-split-a-file-into-pieces","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/07\/31\/split-split-a-file-into-pieces\/","title":{"rendered":"split &#8211; split a file into pieces .  split [OPTION]&#8230; [INPUT [PREFIX]]"},"content":{"rendered":"<h2><u>commandline session<\/u><\/h2>\n<pre>\n$ls\nsexample\n$cat sexample\na\nb\nc\nd\ne\nf\ng\nh\ni\nj\nk\nl\n$split 3 sexample\nsplit: cannot open \u20183\u2019 for reading: No such file or directory\n$split sexample 3\n$ls\n3aa  sexample\n$ls -l\ntotal 8\n-rw-r--r-- 1 jeffrin jeffrin 24 Jul 31 21:52 3aa\n-rw-r--r-- 1 jeffrin jeffrin 24 Jul 31 21:51 sexample\n$cat 3aa\na\nb\nc\nd\ne\nf\ng\nh\ni\nj\nk\nl\n$split -n 5  sexample\n$ls -l\ntotal 28\n-rw-r--r-- 1 jeffrin jeffrin 24 Jul 31 21:52 3aa\n-rw-r--r-- 1 jeffrin jeffrin 24 Jul 31 21:51 sexample\n-rw-r--r-- 1 jeffrin jeffrin  4 Jul 31 21:54 xaa\n-rw-r--r-- 1 jeffrin jeffrin  4 Jul 31 21:54 xab\n-rw-r--r-- 1 jeffrin jeffrin  4 Jul 31 21:54 xac\n-rw-r--r-- 1 jeffrin jeffrin  4 Jul 31 21:54 xad\n-rw-r--r-- 1 jeffrin jeffrin  8 Jul 31 21:54 xae\n$cat xaa\na\nb\n$cat xae\ni\nj\nk\nl\n$cat xab\nc\nd\n$cat xac\ne\nf\n$cat xad\ng\nh\n$\n\n<\/pre>\n<h2><u>inner working<\/u><\/h2>\n<div style=\"font-size:140%;font-family:'Finger Paint', cursive;\">\n<a href=\"http:\/\/pluto.infoclub.in\/wp-content\/uploads\/2013\/07\/split.c\" target=\"_blank\" rel=\"noopener\">split.c<\/a>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $ls sexample $cat sexample a b c d e f g h i j k l $split 3 sexample split: cannot open \u20183\u2019 for reading: No such file or directory $split sexample 3 $ls 3aa sexample $ls -l total 8 -rw-r&#8211;r&#8211; 1 jeffrin jeffrin 24 Jul 31 21:52 3aa -rw-r&#8211;r&#8211; 1 jeffrin jeffrin &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/07\/31\/split-split-a-file-into-pieces\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;split &#8211; split a file into pieces .  split [OPTION]&#8230; [INPUT [PREFIX]]&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"page-templates\/full-width.php","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14072"}],"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=14072"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14072\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=14072"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=14072"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=14072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}