
{"id":16490,"date":"2016-05-19T17:22:15","date_gmt":"2016-05-19T17:22:15","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16490"},"modified":"2016-05-19T17:22:15","modified_gmt":"2016-05-19T17:22:15","slug":"appending-file-using-paste-command-hack","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2016\/05\/19\/appending-file-using-paste-command-hack\/","title":{"rendered":"appending file using &#8220;paste&#8221; command  hack"},"content":{"rendered":"<pre>\n$cat a.txt \nhello\n$cat b.txt \nkillo\n$ls\n1  a.txt  b.txt  l.txt  trueangle  u.txt\n$cat u.txt \nUPPERCASE\n$cat l.txt \nuppercase\n$cat a.txt &gt;&gt; b.txt &gt;&gt; l.txt &gt;&gt; u.txt \n$cat u.txt \nUPPERCASE\nhello\n$cat a.txt \nhello\n$cat \n1          a.txt      b.txt      l.txt      trueangle\/ u.txt      \n$cat l.txt \nuppercase\n$cat a.txt \nhello\n$cat a.txt &gt;&gt; b.txt \n$cat b.txt \nkillo\nhello\n$cat l.txt &gt;&gt; u.txt \n$cat u.txt \nUPPERCASE\nhello\nuppercase\n$paste b.txt u.txt &gt; final.txt\n$cat final.txt \nkillo\tUPPERCASE\nhello\thello\n\tuppercase\n$sort -t: -k1 final.txt \nhello\thello\nkillo\tUPPERCASE\n\tuppercase\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$cat a.txt hello $cat b.txt killo $ls 1 a.txt b.txt l.txt trueangle u.txt $cat u.txt UPPERCASE $cat l.txt uppercase $cat a.txt &gt;&gt; b.txt &gt;&gt; l.txt &gt;&gt; u.txt $cat u.txt UPPERCASE hello $cat a.txt hello $cat 1 a.txt b.txt l.txt trueangle\/ u.txt $cat l.txt uppercase $cat a.txt hello $cat a.txt &gt;&gt; b.txt $cat b.txt killo hello &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2016\/05\/19\/appending-file-using-paste-command-hack\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;appending file using &#8220;paste&#8221; command  hack&#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":[83],"tags":[1238],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16490"}],"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=16490"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16490\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}