
{"id":1546,"date":"2010-05-24T00:02:54","date_gmt":"2010-05-23T18:32:54","guid":{"rendered":"http:\/\/www.jeffrin.in\/?p=1546"},"modified":"2010-05-24T00:02:54","modified_gmt":"2010-05-23T18:32:54","slug":"grep-color","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/05\/24\/grep-color\/","title":{"rendered":"grep &#8211;color"},"content":{"rendered":"<pre>\n$cat textdomain.c\n#include\n#include\nmain()\n{\nchar *textd;\ntextd=textdomain(\"iam happy\");\nprintf(\"\\n %s \\n\",textd);\n}\n$grep --color=auto hello textdomain.c\n$grep --color=auto happy textdomain.c\ntextd=textdomain(\"iam happy\");\n$\n<\/pre>\n<p><a href=\"http:\/\/www.trueangle.org\/wp-content\/uploads\/2010\/07\/a02a2-snapshot6-2.jpeg\"><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/www.trueangle.org\/wp-content\/uploads\/2010\/07\/a02a2-snapshot6-2.jpeg\" alt=\"\" title=\"snapshot6\" width=\"296\" height=\"225\" class=\"alignleft size-full wp-image-1550\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>$cat textdomain.c #include #include main() { char *textd; textd=textdomain(&#8220;iam happy&#8221;); printf(&#8220;\\n %s \\n&#8221;,textd); } $grep &#8211;color=auto hello textdomain.c $grep &#8211;color=auto happy textdomain.c textd=textdomain(&#8220;iam happy&#8221;); $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[866],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1546"}],"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=1546"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1546\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=1546"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=1546"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=1546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}