
{"id":1512,"date":"2010-05-17T21:40:39","date_gmt":"2010-05-17T16:10:39","guid":{"rendered":"http:\/\/www.jeffrin.in\/?p=1512"},"modified":"2010-05-17T21:40:39","modified_gmt":"2010-05-17T16:10:39","slug":"grep-wildcard","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/05\/17\/grep-wildcard\/","title":{"rendered":"grep * wildcard"},"content":{"rendered":"<p>\nto match repetitions of a character a star is used.\n<\/p>\n<pre>\n$cat samsung\nid proof\nlicense copy\ncheck leaf 1\n\n\n\n$grep *p* samsung\n$grep p* samsung\nid proof\nlicense copy\ncheck leaf 1\n\n\n\n$grep p samsung\nid proof\nlicense copy\n$grep *p samsung\n$grep * samsung\nBinary file PCBSD8.0-x86-bootonly.iso matches\n$grep \"*\"  samsung\n$grep \"p*\"  samsung\nid proof\nlicense copy\ncheck leaf 1\n\n\n\n$grep \"*p*\"  samsung\n$\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>to match repetitions of a character a star is used. $cat samsung id proof license copy check leaf 1 $grep *p* samsung $grep p* samsung id proof license copy check leaf 1 $grep p samsung id proof license copy $grep *p samsung $grep * samsung Binary file PCBSD8.0-x86-bootonly.iso matches $grep &#8220;*&#8221; samsung $grep &#8220;p*&#8221; samsung &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2010\/05\/17\/grep-wildcard\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;grep * wildcard&#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":[1],"tags":[863,1035,1676],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1512"}],"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=1512"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1512\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=1512"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=1512"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=1512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}