
{"id":16457,"date":"2016-03-20T18:14:31","date_gmt":"2016-03-20T18:14:31","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16457"},"modified":"2016-03-20T18:14:31","modified_gmt":"2016-03-20T18:14:31","slug":"sample-session-about-alias-expansion-in-bash","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2016\/03\/20\/sample-session-about-alias-expansion-in-bash\/","title":{"rendered":"sample session about &#8220;alias expansion&#8221; in Bash"},"content":{"rendered":"<pre>\n$ls -l 1\nls: cannot access '1': No such file or directory\n$cat &gt;&gt; 1\nhello\n$ls -l 1\n-rw-r--r-- 1 jeffrin jeffrin 6 Mar 20 23:38 1\n$cat 1\nhello\n$alias appendinput=\"cat &gt;&gt;\"\n$appendinput \nbash: syntax error near unexpected token `newline'\n$appendinput app\nadded\n$cat app \nadded\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$ls -l 1 ls: cannot access &#8216;1&#8217;: No such file or directory $cat &gt;&gt; 1 hello $ls -l 1 -rw-r&#8211;r&#8211; 1 jeffrin jeffrin 6 Mar 20 23:38 1 $cat 1 hello $alias appendinput=&#8221;cat &gt;&gt;&#8221; $appendinput bash: syntax error near unexpected token `newline&#8217; $appendinput app added $cat app added $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","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\/16457"}],"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=16457"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16457\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16457"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16457"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}