
{"id":7474,"date":"2012-08-05T15:23:08","date_gmt":"2012-08-05T15:23:08","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=7474"},"modified":"2012-08-05T15:23:08","modified_gmt":"2012-08-05T15:23:08","slug":"command-combination-operator-example-related","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2012\/08\/05\/command-combination-operator-example-related\/","title":{"rendered":"commandline combination"},"content":{"rendered":"<h2><u>commandline session<\/u><\/h2>\n<pre>\n$ls fell\nls: cannot access fell: No such file or directory\n$cat fell || \"echo no such file\" ; touch fell\ncat: fell: No such file or directory\nbash: echo no such file: command not found\n$ls fell\nfell\n$rm fell\n$ls fell\nls: cannot access fell: No such file or directory\n$cat fell || echo \"no such file\" ; touch fell\ncat: fell: No such file or directory\nno such file\n$ls fell\nfell\n$rm fell\n$&gt; fell\n$cat fell || echo \"no such file\" ; echo hello\nhello\n$rm fell\n$cat fell || echo \"no such file\" ; touch fell\ncat: fell: No such file or directory\nno such file\n$ls tell\nls: cannot access tell: No such file or directory\n$ls fell\nfell\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $ls fell ls: cannot access fell: No such file or directory $cat fell || &#8220;echo no such file&#8221; ; touch fell cat: fell: No such file or directory bash: echo no such file: command not found $ls fell fell $rm fell $ls fell ls: cannot access fell: No such file or directory $cat &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2012\/08\/05\/command-combination-operator-example-related\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;commandline combination&#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\/7474"}],"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=7474"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7474\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=7474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=7474"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=7474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}