
{"id":8596,"date":"2013-06-24T15:45:19","date_gmt":"2013-06-24T15:45:19","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8596"},"modified":"2013-06-24T15:45:19","modified_gmt":"2013-06-24T15:45:19","slug":"using-quotes-with-gnu-bash","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/06\/24\/using-quotes-with-gnu-bash\/","title":{"rendered":"using quotes with GNU Bash"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$echo 'hello'\nhello\n$echo \"hello\"\nhello\n$echo 'ls'\nls\n$echo `ls`\n\n$echo `ls -l`\ntotal 0\n$echo 'ls -l'\nls -l\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $echo &#8216;hello&#8217; hello $echo &#8220;hello&#8221; hello $echo &#8216;ls&#8217; ls $echo `ls` $echo `ls -l` total 0 $echo &#8216;ls -l&#8217; ls -l $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8596"}],"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=8596"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8596\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8596"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8596"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}