
{"id":1523,"date":"2010-05-19T21:37:47","date_gmt":"2010-05-19T16:07:47","guid":{"rendered":"http:\/\/www.jeffrin.in\/?p=1523"},"modified":"2010-05-19T21:37:47","modified_gmt":"2010-05-19T16:07:47","slug":"grep-n-v-c-i","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/05\/19\/grep-n-v-c-i\/","title":{"rendered":"grep  -n ,-v , -c, -i"},"content":{"rendered":"<pre>\n$grep -n root \/etc\/passwd\n1:root:x:0:0:root:\/root:\/bin\/bash\n$\n\n$cat hello.txt\nhello\nworld\n$grep -v hello hello.txt\nworld\n$\n$cat hello.txt\nhello\nworld\nhelloo\n$grep -c hello hello.txt\n2\n$grep -c helloo hello.txt\n1\n$\n$cat hello.txt\nhello\nworld\nhelloo\nHello\n\n$grep  hello hello.txt\nhello\nhelloo\n$grep  -i hello hello.txt\nhello\nhelloo\nHello\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$grep -n root \/etc\/passwd 1:root:x:0:0:root:\/root:\/bin\/bash $ $cat hello.txt hello world $grep -v hello hello.txt world $ $cat hello.txt hello world helloo $grep -c hello hello.txt 2 $grep -c helloo hello.txt 1 $ $cat hello.txt hello world helloo Hello $grep hello hello.txt hello helloo $grep -i hello hello.txt hello helloo Hello $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[1053],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1523"}],"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=1523"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1523\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=1523"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=1523"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=1523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}