
{"id":15686,"date":"2014-03-30T16:36:55","date_gmt":"2014-03-30T16:36:55","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=15686"},"modified":"2014-03-30T16:36:55","modified_gmt":"2014-03-30T16:36:55","slug":"tinkering-with-grep","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2014\/03\/30\/tinkering-with-grep\/","title":{"rendered":"Tinkering with grep."},"content":{"rendered":"<h4>commandline session<\/h4>\n<pre>\n$cat colors \nAsian Paints.\n\nChapel grey  --  hall-- color family : brown 8441\ntree bark -- kitchen. -- color family : brown 8566\noyster grey -- both bedrooms -- color family: brown 8473\n$\n$cat colors \nAsian Paints.\n\nChapel grey  --  hall-- color family : brown 8441\ntree bark -- kitchen. -- color family : brown 8566\noyster grey -- both bedrooms -- color family: brown 8473\n$grep bark colors \ntree bark -- kitchen. -- color family : brown 8566\n$grep kitchen color  colors \ngrep: color: No such file or directory\ncolors:tree bark -- kitchen. -- color family : brown 8566\n$grep \"kitchen color\"  colors \n$grep \"kitchen*color\"  colors \n$grep \"*kitchen*color\"  colors \n$grep \"*kitchen*color*\"  colors \n$grep '*kitchen*color*'  colors \n$grep `*kitchen*color*`  colors \nbash: *kitchen*color*: command not found\n\n^C\n$grep [kitchen color]  colors \ngrep: Unmatched [ or [^\n$grep [kitchen*color]  colors \nAsian Paints.\nChapel grey  --  hall-- color family : brown 8441\ntree bark -- kitchen. -- color family : brown 8566\noyster grey -- both bedrooms -- color family: brown 8473\n$grep  kitchen*color  colors \n$grep  *kitchen*color  colors \n$grep  *kitchen*color*  colors \n$grep  *kitchen*color* -f  colors \ngrep: *kitchen*color*: No such file or directory\n$grep  *kitchen*color*   colors \n$grep  kitchen   colors \ntree bark -- kitchen. -- color family : brown 8566\n$grep  -e kitchen   colors \ntree bark -- kitchen. -- color family : brown 8566\n$grep  -e kitchen*color   colors \n$grep  -e *kitchen*color*   colors \n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $cat colors Asian Paints. Chapel grey &#8212; hall&#8211; color family : brown 8441 tree bark &#8212; kitchen. &#8212; color family : brown 8566 oyster grey &#8212; both bedrooms &#8212; color family: brown 8473 $ $cat colors Asian Paints. Chapel grey &#8212; hall&#8211; color family : brown 8441 tree bark &#8212; kitchen. &#8212; color &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2014\/03\/30\/tinkering-with-grep\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Tinkering with grep.&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83],"tags":[863,1240],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/15686"}],"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=15686"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/15686\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=15686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=15686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=15686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}