
{"id":8376,"date":"2013-05-03T06:49:54","date_gmt":"2013-05-03T06:49:54","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8376"},"modified":"2013-05-03T06:49:54","modified_gmt":"2013-05-03T06:49:54","slug":"8376-2","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/05\/03\/8376-2\/","title":{"rendered":"Bash .  Running Several Commands All at Once"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$ls\nsrc  war\n$cd &amp; ls &amp;\n[1] 2587\n[2] 2588\n$src  war\n\n[1]-  Done                    cd\n[2]+  Done                    ls --color=auto\n$pwd\n\/home\/jeffrin\/beautiful-work\n$\n$cd &amp; ls &amp; cd &amp;\n[1] 2590\n[2] 2591\n[3] 2592\n$src  war\n\n[1]   Done                    cd\n[2]-  Done                    ls --color=auto\n[3]+  Done                    cd\n$pwd\n\/home\/jeffrin\/beautiful-work\n$cd .. &amp; pwd  &amp;\n[1] 2593\n[2] 2594\n$\/home\/jeffrin\/beautiful-work\n\n[1]-  Done                    cd ..\n[2]+  Done                    pwd\n$pwd\n\/home\/jeffrin\/beautiful-work\n$cd &amp;\n[1] 2614\n$pwd\n\/home\/jeffrin\/beautiful-work\n[1]+  Done                    cd\n$ls &amp; cd ; pwd\n[1] 2625\n\/home\/jeffrin\n$src  war\n\n[1]+  Done                    ls --color=auto  (wd: ~\/beautiful-work)\n(wd now: ~)\n$pwd\n\/home\/jeffrin\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $ls src war $cd &amp; ls &amp; [1] 2587 [2] 2588 $src war [1]- Done cd [2]+ Done ls &#8211;color=auto $pwd \/home\/jeffrin\/beautiful-work $ $cd &amp; ls &amp; cd &amp; [1] 2590 [2] 2591 [3] 2592 $src war [1] Done cd [2]- Done ls &#8211;color=auto [3]+ Done cd $pwd \/home\/jeffrin\/beautiful-work $cd .. &amp; pwd &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/05\/03\/8376-2\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Bash .  Running Several Commands All at Once&#8221;<\/span><\/a><\/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\/8376"}],"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=8376"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8376\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}