{"id":185,"date":"2017-09-18T13:39:26","date_gmt":"2017-09-18T13:39:26","guid":{"rendered":"https:\/\/www.hostkarle.in\/blog\/?p=185"},"modified":"2017-09-18T17:45:36","modified_gmt":"2017-09-18T17:45:36","slug":"grep-command-in-unix-linux-basic-command","status":"publish","type":"post","link":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command","title":{"rendered":"Grep Command In Unix : Linux Basic Command"},"content":{"rendered":"<h1 style=\"text-align: center;\"><strong>Grep Command In Unix\/Linux: Basic Command<\/strong><\/h1>\n<p>&nbsp;<\/p>\n<h2>Grep &#8211; associate degree Introduction:<\/h2>\n<p>Greep could be a command-line utility for looking out plain-text datasets for lines matching an everyday expression. Grep was originally developed for the operating system software system by Ken Thompson, however, is out there these days for all Unix-like systems. Its name comes from the disfunction command g\/re\/p (globally search an everyday expression and print), that has an equivalent effect: doing a worldwide search with the regular expression and printing all matching lines.<\/p>\n<p>Find Syntax:<\/p>\n<p>grep &#8220;literal_string&#8221; file name.<\/p>\n<h3>14 Examples:<\/h3>\n<h4><strong>1: Search for the string in a single file.<\/strong><\/h4>\n<p>Syntax: grep &#8220;literal_string&#8221; file name<\/p>\n<p>Example: $ grep &#8220;this&#8221; demo_file<\/p>\n<h4><strong>2: Searching for the string in many files.<\/strong><\/h4>\n<p>Syntax: grep &#8220;string&#8221; FILE_PATTERN.<\/p>\n<p>Example: $ grep &#8220;this&#8221; demo_*<\/p>\n<h4><strong>3: Case insensitive search.<\/strong><\/h4>\n<p>Syntax: grep-i &#8220;string&#8221; FILE.<\/p>\n<p>Example: $ grep -i &#8220;the&#8221; demo_file.<\/p>\n<h4><strong>4: Searching for the string in many files.<\/strong><\/h4>\n<p>Syntax: grep &#8220;lines.*empty&#8221; demo_file<\/p>\n<ul>\n<li>? The preceding item is optional and matched at the most once.<\/li>\n<li>* Preceding item will be matched zero or more times.<\/li>\n<li>+ The preceding item will be matched one or more times.<\/li>\n<li>{n} The preceding item is matched exactly n times.<\/li>\n<li>{n,} The preceding item is matched n or more times.<\/li>\n<li>{,m} The preceding item is matched at most m times.<\/li>\n<li>{n,m} The preceding item is matched at least n times, but not more than m times.<\/li>\n<\/ul>\n<h4><strong>5: Full words search.<\/strong><\/h4>\n<p>Example: grep -iw\u00a0&#8220;is&#8221; demo_file<\/p>\n<h4><strong>6: Display N lines after the match.<\/strong><\/h4>\n<p>Syntax: grep -A &lt;N&gt; &#8220;string&#8221; FILENAME.<\/p>\n<p>Example: grep -A 3 -i &#8220;example&#8221; demo_text<\/p>\n<h4><strong>7: Display N lines before the match.<\/strong><\/h4>\n<p>Syntax: grep -B &lt;N&gt; &#8220;string&#8221; FILENAME.<\/p>\n<p>Example: grep -B 2 &#8220;single WORD&#8221; demo_text.<\/p>\n<h4><strong>8: Display n line around the match.<\/strong><\/h4>\n<p>Syntax: grep -c &lt;N&gt; &#8220;string&#8221; FILENAME.<\/p>\n<p>Example: grep -C 2 &#8220;Example&#8221; demo_text.<\/p>\n<h4><strong>9: Recursively Searching.<\/strong><\/h4>\n<p>Example: grep -r &#8220;ramesh&#8221; *<\/p>\n<h4><strong>10: Invert searching.<\/strong><\/h4>\n<p>Example: grep -v &#8220;go&#8221; demo_text.<\/p>\n<h4><strong>11: Counting the number of matches.<\/strong><\/h4>\n<p>Syntax: grep -c &#8220;pattern&#8221; filename.<\/p>\n<p>Example: grep -c &#8220;go&#8221; demo_text.<\/p>\n<h4><strong>12: Display only the file names which match\u00a0the given pattern.<\/strong><\/h4>\n<p>Example: grep -I this demo_*<\/p>\n<h4><strong>13: Show the position of match in the line.<\/strong><\/h4>\n<p>Syntax: grep -o -b &#8220;pattern&#8221; file.<\/p>\n<p>Example: grep -o -b\u00a0&#8220;3&#8221; temp-file.txt.<\/p>\n<p>o = match only string<\/p>\n<p>b = show position<\/p>\n<h4><strong>14: Show line number while displaying the output.<\/strong><\/h4>\n<p>Syntax: grep -n &#8220;go&#8221; demo_txt.<\/p>\n<p>These are the 14 best examples for grep command in Unix.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Grep Command In Unix\/Linux: Basic Command &nbsp; Grep &#8211; associate degree Introduction: Greep could be a command-line utility for looking out plain-text datasets for lines matching an everyday expression. Grep was originally developed for the operating system software system by Ken Thompson, however, is out there these days for all Unix-like systems. Its name comes [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":192,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[210],"tags":[218,212,214,219,216,222,221,220,217,211,215,213,223],"class_list":["post-185","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-unix","tag-grep-f-example","tag-egrep-command-in-unix","tag-fgrep-command-in-unix","tag-grep-command-in-linux","tag-grep-command-in-linux-explained","tag-grep-command-in-linux-to-search-a-string-in-a-file","tag-grep-command-in-linux-with-examples","tag-grep-command-in-uniux","tag-grep-command-in-unix-tutorial-point","tag-grep-command-in-unix-with-example-pdf","tag-grep-command-in-windows","tag-grep-full-form","tag-use-grep-to-search-for-text-in-a-file"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Grep Command In Unix : Linux Basic Command - HostKarle<\/title>\n<meta name=\"description\" content=\"Grep Command In Unix: Linux Basic Command with example pdf how to use egrep,fgrep &quot;grep -f&quot; grep pattern file example in linux full form directory explained\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Grep Command In Unix : Linux Basic Command - HostKarle\" \/>\n<meta property=\"og:description\" content=\"Grep Command In Unix: Linux Basic Command with example pdf how to use egrep,fgrep &quot;grep -f&quot; grep pattern file example in linux full form directory explained\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command\" \/>\n<meta property=\"og:site_name\" content=\"HostKarle\" \/>\n<meta property=\"article:published_time\" content=\"2017-09-18T13:39:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-09-18T17:45:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.hostkarle.in\/blog\/#\/schema\/person\/50e1705cb891e21e3b8d60d95daee9f5\"},\"headline\":\"Grep Command In Unix : Linux Basic Command\",\"datePublished\":\"2017-09-18T13:39:26+00:00\",\"dateModified\":\"2017-09-18T17:45:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command\"},\"wordCount\":406,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1\",\"keywords\":[\"\\\"Grep -f\\\" Example\",\"Egrep Command in Unix\",\"Fgrep Command in Unix\",\"Grep Command in Linux\",\"Grep Command in Linux Explained\",\"Grep Command in Linux to Search a String in a file\",\"Grep Command in Linux With Examples\",\"Grep Command in Uniux\",\"Grep Command in Unix Tutorial Point\",\"Grep Command in Unix with Example pdf\",\"Grep Command in Windows\",\"Grep Full Form\",\"Use Grep to Search For Text in a file\"],\"articleSection\":[\"LINUX UNIX\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command\",\"url\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command\",\"name\":\"Grep Command In Unix : Linux Basic Command - HostKarle\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostkarle.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1\",\"datePublished\":\"2017-09-18T13:39:26+00:00\",\"dateModified\":\"2017-09-18T17:45:36+00:00\",\"author\":{\"@id\":\"https:\/\/www.hostkarle.in\/blog\/#\/schema\/person\/50e1705cb891e21e3b8d60d95daee9f5\"},\"description\":\"Grep Command In Unix: Linux Basic Command with example pdf how to use egrep,fgrep \\\"grep -f\\\" grep pattern file example in linux full form directory explained\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1\",\"width\":2560,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hostkarle.in\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Grep Command In Unix : Linux Basic Command\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hostkarle.in\/blog\/#website\",\"url\":\"https:\/\/www.hostkarle.in\/blog\/\",\"name\":\"HostKarle\",\"description\":\"Hostkarle Blog offer solution for wordpress problems, cPanel issues, And Websites Errors Also You can Learn SEO in Hindi and much more.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hostkarle.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.hostkarle.in\/blog\/#\/schema\/person\/50e1705cb891e21e3b8d60d95daee9f5\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/97ad9f42652621d7c14073d632e8c4f164863cbc1ccfcbfe187bb6bbc1982613?s=96&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/97ad9f42652621d7c14073d632e8c4f164863cbc1ccfcbfe187bb6bbc1982613?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/97ad9f42652621d7c14073d632e8c4f164863cbc1ccfcbfe187bb6bbc1982613?s=96&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.hostkarle.in\/blog\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Grep Command In Unix : Linux Basic Command - HostKarle","description":"Grep Command In Unix: Linux Basic Command with example pdf how to use egrep,fgrep \"grep -f\" grep pattern file example in linux full form directory explained","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command","og_locale":"en_US","og_type":"article","og_title":"Grep Command In Unix : Linux Basic Command - HostKarle","og_description":"Grep Command In Unix: Linux Basic Command with example pdf how to use egrep,fgrep \"grep -f\" grep pattern file example in linux full form directory explained","og_url":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command","og_site_name":"HostKarle","article_published_time":"2017-09-18T13:39:26+00:00","article_modified_time":"2017-09-18T17:45:36+00:00","og_image":[{"width":2560,"height":1440,"url":"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#article","isPartOf":{"@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command"},"author":{"name":"admin","@id":"https:\/\/www.hostkarle.in\/blog\/#\/schema\/person\/50e1705cb891e21e3b8d60d95daee9f5"},"headline":"Grep Command In Unix : Linux Basic Command","datePublished":"2017-09-18T13:39:26+00:00","dateModified":"2017-09-18T17:45:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command"},"wordCount":406,"commentCount":0,"image":{"@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1","keywords":["\"Grep -f\" Example","Egrep Command in Unix","Fgrep Command in Unix","Grep Command in Linux","Grep Command in Linux Explained","Grep Command in Linux to Search a String in a file","Grep Command in Linux With Examples","Grep Command in Uniux","Grep Command in Unix Tutorial Point","Grep Command in Unix with Example pdf","Grep Command in Windows","Grep Full Form","Use Grep to Search For Text in a file"],"articleSection":["LINUX UNIX"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command","url":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command","name":"Grep Command In Unix : Linux Basic Command - HostKarle","isPartOf":{"@id":"https:\/\/www.hostkarle.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#primaryimage"},"image":{"@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1","datePublished":"2017-09-18T13:39:26+00:00","dateModified":"2017-09-18T17:45:36+00:00","author":{"@id":"https:\/\/www.hostkarle.in\/blog\/#\/schema\/person\/50e1705cb891e21e3b8d60d95daee9f5"},"description":"Grep Command In Unix: Linux Basic Command with example pdf how to use egrep,fgrep \"grep -f\" grep pattern file example in linux full form directory explained","breadcrumb":{"@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#primaryimage","url":"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1","width":2560,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/www.hostkarle.in\/blog\/grep-command-in-unix-linux-basic-command#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hostkarle.in\/blog"},{"@type":"ListItem","position":2,"name":"Grep Command In Unix : Linux Basic Command"}]},{"@type":"WebSite","@id":"https:\/\/www.hostkarle.in\/blog\/#website","url":"https:\/\/www.hostkarle.in\/blog\/","name":"HostKarle","description":"Hostkarle Blog offer solution for wordpress problems, cPanel issues, And Websites Errors Also You can Learn SEO in Hindi and much more.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hostkarle.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.hostkarle.in\/blog\/#\/schema\/person\/50e1705cb891e21e3b8d60d95daee9f5","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/97ad9f42652621d7c14073d632e8c4f164863cbc1ccfcbfe187bb6bbc1982613?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/97ad9f42652621d7c14073d632e8c4f164863cbc1ccfcbfe187bb6bbc1982613?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/97ad9f42652621d7c14073d632e8c4f164863cbc1ccfcbfe187bb6bbc1982613?s=96&r=g","caption":"admin"},"url":"https:\/\/www.hostkarle.in\/blog\/author\/admin"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.hostkarle.in\/blog\/wp-content\/uploads\/2017\/09\/Grep-Command-In-Unix-basic-linux-command.jpg?fit=2560%2C1440&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/p99BIJ-2Z","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/posts\/185","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/comments?post=185"}],"version-history":[{"count":0,"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/posts\/185\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/media\/192"}],"wp:attachment":[{"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/media?parent=185"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/categories?post=185"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostkarle.in\/blog\/wp-json\/wp\/v2\/tags?post=185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}