
{"id":7465,"date":"2012-08-02T09:38:15","date_gmt":"2012-08-02T09:38:15","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=7465"},"modified":"2012-08-02T09:38:15","modified_gmt":"2012-08-02T09:38:15","slug":"logical-or-operator-example","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2012\/08\/02\/logical-or-operator-example\/","title":{"rendered":"logical OR operator in shell"},"content":{"rendered":"<pre>\n$  [ -f wordmatch.c ]\n$  [ -f wordmatchtest.c ]\n$  echo $?\n1\n$  [ -f wordmatch.c ]\n$  echo $?\n0\n$  [ -f wordmatch.c ] || echo hello\n$  [ -f wordmatchtest.c ] || echo hello\nhello\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$ [ -f wordmatch.c ] $ [ -f wordmatchtest.c ] $ echo $? 1 $ [ -f wordmatch.c ] $ echo $? 0 $ [ -f wordmatch.c ] || echo hello $ [ -f wordmatchtest.c ] || echo hello hello $<\/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\/7465"}],"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=7465"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7465\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=7465"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=7465"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=7465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}