
{"id":14440,"date":"2013-11-15T15:23:23","date_gmt":"2013-11-15T15:23:23","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=14440"},"modified":"2013-11-15T15:23:23","modified_gmt":"2013-11-15T15:23:23","slug":"standard-inputoutput-and-error","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/11\/15\/standard-inputoutput-and-error\/","title":{"rendered":"Standard Input,Output and Error Related"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre style=\"width:100%;\">\nNO WARRANTY\n$echo content &gt; file\n$cat file\ncontent\n$echo content 1&gt; file\n$cat file\ncontent\n$echo content 2&gt; file\ncontent\n$cat file\n$\n$echo content 0&gt; file\ncontent\n$cat file\n$echo content 3&gt; file\ncontent\n$cat file\n$ls \/root\/\nls: cannot open directory \/root\/: Permission denied\n$ls \/root\/ 2&gt; file\n$cat file\nls: cannot open directory \/root\/: Permission denied\n$ls \/root\/ 2&gt;&gt; file\n$cat file\nls: cannot open directory \/root\/: Permission denied\nls: cannot open directory \/root\/: Permission denied\n\n\n<h4><u>Video Tutorial Related (NO WARRANTY)<\/u><\/h4>\n[youtube https:\/\/www.youtube.com\/watch?v=shFMEJJ_fpU?rel=0&w=560&h=315]\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session NO WARRANTY $echo content &gt; file $cat file content $echo content 1&gt; file $cat file content $echo content 2&gt; file content $cat file $ $echo content 0&gt; file content $cat file $echo content 3&gt; file content $cat file $ls \/root\/ ls: cannot open directory \/root\/: Permission denied $ls \/root\/ 2&gt; file $cat file &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/11\/15\/standard-inputoutput-and-error\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Standard Input,Output and Error Related&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14440"}],"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=14440"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14440\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=14440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=14440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=14440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}