
{"id":1607,"date":"2010-06-03T23:41:24","date_gmt":"2010-06-03T18:11:24","guid":{"rendered":"http:\/\/www.jeffrin.in\/?p=1607"},"modified":"2010-06-03T23:41:24","modified_gmt":"2010-06-03T18:11:24","slug":"grep-matches-that-form-whole-words","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/06\/03\/grep-matches-that-form-whole-words\/","title":{"rendered":"grep &#8230;  -w  matches that form whole words"},"content":{"rendered":"<pre>\ngrep -w  ::  selects  only those lines containing matches that form whole words.\n<\/pre>\n<pre>\n$ cat samsung\nid proof\nlicense copy\ncheck leaf 1\n$\n\n$ grep -w lic  samsung\n$ grep -w  license  samsung\nlicense copy\n$\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>grep -w :: selects only those lines containing matches that form whole words. $ cat samsung id proof license copy check leaf 1 $ $ grep -w lic samsung $ grep -w license samsung license copy $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[867],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1607"}],"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=1607"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1607\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=1607"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=1607"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=1607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}