
{"id":16533,"date":"2016-10-06T16:32:25","date_gmt":"2016-10-06T16:32:25","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16533"},"modified":"2016-10-06T16:32:25","modified_gmt":"2016-10-06T16:32:25","slug":"compressing-and-uncompressing-a-file-with-the-help-of-xargs","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2016\/10\/06\/compressing-and-uncompressing-a-file-with-the-help-of-xargs\/","title":{"rendered":"compressing and uncompressing a file with the help of xargs"},"content":{"rendered":"<pre>\n$ls stderr.txt \nstderr.txt\n$ls stderr.txt | xargs ls\nstderr.txt\n$ls stderr.txt | xargs cat\n\/home\/jeffrin\/quark\/kernel\/run_kernel.sh: line 10: .\/main.native: No such file or directory\n$ls stderr.txt | xargs gzip\n$ls stderr.txt \nls: cannot access 'stderr.txt': No such file or directory\n$ls stderr.txt.gz | xargs gunzip \n$ls stderr.txt \nstderr.txt\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$ls stderr.txt stderr.txt $ls stderr.txt | xargs ls stderr.txt $ls stderr.txt | xargs cat \/home\/jeffrin\/quark\/kernel\/run_kernel.sh: line 10: .\/main.native: No such file or directory $ls stderr.txt | xargs gzip $ls stderr.txt ls: cannot access &#8216;stderr.txt&#8217;: No such file or directory $ls stderr.txt.gz | xargs gunzip $ls stderr.txt stderr.txt $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83],"tags":[1716],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16533"}],"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=16533"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16533\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16533"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16533"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16533"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}