
{"id":7976,"date":"2012-12-14T13:34:11","date_gmt":"2012-12-14T13:34:11","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=7976"},"modified":"2012-12-14T13:34:11","modified_gmt":"2012-12-14T13:34:11","slug":"regular-expression-with-grep-dot","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2012\/12\/14\/regular-expression-with-grep-dot\/","title":{"rendered":"REGULAR EXPRESSION WITH GREP &#8211; DOT"},"content":{"rendered":"<pre>\ngrep  searches  the  named input FILEs (or standard\ninput if no files are named, or if a single hyphen-minus\n(-) is given as file name) for lines containing a match\nto the given PATTERN.  By default, grep prints the matching\nlines.\n\ncommandline session\n\n$ cat first.txt\nname-jeffrin\nAge-35\nSex-Male\n$ grep 3. first.txt\nAge-35\n$ grep A. first.txt\nAge-35\n$ grep A first.txt\nAge-35\n$ grep . first.txt\nname-jeffrin\nAge-35\nSex-Male\n$ grep x.M first.txt\nSex-Male\n$ grep n. first.txt\nname-jeffrin\n$ grep 5. first.txt\n$ grep 5. first.txt\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>grep searches the named input FILEs (or standard input if no files are named, or if a single hyphen-minus (-) is given as file name) for lines containing a match to the given PATTERN. By default, grep prints the matching lines. commandline session $ cat first.txt name-jeffrin Age-35 Sex-Male $ grep 3. first.txt Age-35 $ &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2012\/12\/14\/regular-expression-with-grep-dot\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;REGULAR EXPRESSION WITH GREP &#8211; DOT&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"page-templates\/full-width.php","format":"standard","meta":[],"categories":[83],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7976"}],"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=7976"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7976\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=7976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=7976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=7976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}