{"id":14017,"date":"2023-08-02T07:07:11","date_gmt":"2023-08-02T07:07:11","guid":{"rendered":"https:\/\/linuxsimply.com\/?p=14017"},"modified":"2023-12-13T06:51:20","modified_gmt":"2023-12-13T06:51:20","slug":"bash-block-comment","status":"publish","type":"post","link":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/","title":{"rendered":"How to Use Block Comment in Bash? [2 Cases]"},"content":{"rendered":"<p style=\"text-align: justify;\">It\u2019s so obvious to comment out some specific parts of code while writing a Bash script. No doubt that <a href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/single-line\/\" target=\"_blank\" rel=\"noopener\"><strong>single-line comments<\/strong><\/a> are way too easy to implement. But what to do if you need to comment out some blocks of code? Well, you can use block comments in this case as these will add an organized texture in your Bash script. In this article, I am going to share how you can use a <strong>Bash block comment<\/strong> in different ways. So, let\u2019s dive into it!<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#Key_Takeaways\" >Key Takeaways<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#Free_Downloads\" >Free Downloads<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#What_is_Block_Comment_in_Bash\" >What is Block Comment in Bash?<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#2_Cases_to_Use_Block_Comments_in_Bash\" >2 Cases to Use Block Comments in Bash<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#Case_1_Representation_of_Bash_Block_Comment_Using_the_%E2%80%9Chere_Document%E2%80%9D_Notation\" >Case 1: Representation of Bash Block Comment Using the &#8220;here Document&#8221; Notation<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#Case_2_Representation_of_Bash_Block_Comment_Using_the_%E2%80%9C_Null%E2%80%9D_Command\" >Case 2: Representation of Bash Block Comment Using the &#8220;: (Null)&#8221; Command<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#Conclusion\" >Conclusion<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#People_Also_Ask\" >People Also Ask<\/a><\/li><\/ul><\/nav><\/div>\n<h3><span class=\"ez-toc-section\" id=\"Key_Takeaways\"><\/span>Key Takeaways<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<ul>\n<li>Getting basic ideas about block comments in Bash.<\/li>\n<li>Utilizing the practical cases of Bash block comments.<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Free_Downloads\"><\/span>Free Downloads<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<div class=\"su-button-center\"><a href=\"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/Practice-Files_Bash-Block-Comments.zip\" class=\"su-button su-button-style-default\" style=\"color:#000000;background-color:#E8F9FF;border-color:#bac8cc;border-radius:56px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#000000;padding:8px 26px;font-size:20px;line-height:30px;border-color:#effbff;border-radius:56px;text-shadow:0px 0px 0px #000000\"><i class=\"sui sui-download\" style=\"font-size:20px;color:#1AA1D6\"><\/i> Download the Practice Files<\/span><\/a><\/div>\n<h3><span class=\"ez-toc-section\" id=\"What_is_Block_Comment_in_Bash\"><\/span>What is Block Comment in Bash?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p style=\"text-align: justify;\">Bash block comments refer to the <a href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/multiple-line\/\" target=\"_blank\" rel=\"noopener\"><strong>multiple-line comments<\/strong><\/a> that can enclose blocks of codes using a specific syntax with a single code marker. These <a href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/\" target=\"_blank\" rel=\"noopener\"><strong>Bash comments<\/strong><\/a>\u00a0are for optimizing the program\u2019s readability. The default interpreter always ignores these blocks of comments during the script execution.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"2_Cases_to_Use_Block_Comments_in_Bash\"><\/span>2 Cases to Use Block Comments in Bash<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">When writing a Bash script, it\u2019s very important to add comments to illustrate the function of the code clearly. Generally, comments are remarked by the <a href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/bash-the-hash\/\" target=\"_blank\" rel=\"noopener\"><strong>hash(#)<\/strong><\/a> symbol in a Bash script. But if you want to add block comments within your script, then you have to follow some other syntax.<\/p>\n<p style=\"text-align: justify;\">In the following section, I\u2019ll describe the two possible methods to create <strong>block comments<\/strong> in a Bash script:<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Case_1_Representation_of_Bash_Block_Comment_Using_the_%E2%80%9Chere_Document%E2%80%9D_Notation\"><\/span>Case 1: Representation of Bash Block Comment Using the &#8220;here Document&#8221; Notation<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p style=\"text-align: justify;\">The first depiction of the Bash block comment is to use the <strong>\u2018here document\u2019<\/strong>. Follow the steps given below to write block comments in Bash using the Here document:<\/p>\n<p><span style=\"color: #800080;\"><strong>Steps to Follow &gt;<\/strong><\/span><\/p>\n<p>\u278a Open your <strong>Ubuntu <\/strong>Terminal.<\/p>\n<p>\u278b To open a script in the <a href=\"https:\/\/linuxsimply.com\/nano-command-in-linux\/\" target=\"_blank\" rel=\"noopener\"><strong>nano<\/strong><\/a> text editor, write the command below:<\/p>\n<pre><code class=\"language-bash\" data-line=\"\">nano here-doc.sh<\/code><\/pre>\n<div class=\"su-box su-box-style-default\" id=\"\" style=\"border-color:#aeb0b3;border-radius:0px;max-width:none\"><div class=\"su-box-title\" style=\"background-color:#E1E3E6;color:#000000;border-top-left-radius:0px;border-top-right-radius:0px\"> EXPLANATION<\/div><div class=\"su-box-content su-u-clearfix su-u-trim\" style=\"border-bottom-left-radius:0px;border-bottom-right-radius:0px\">\n<ul>\n<li><strong>nano<\/strong>: A text editor.<\/li>\n<li><strong>here-doc.sh<\/strong>: This is a script you can name by any choice. Here, I have named the script <strong>\u2018here-doc.sh\u2019<\/strong>.<\/div><\/div><\/li>\n<\/ul>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-14018\" src=\"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img1-opening-Nano-editor-1.png\" alt=\"Opening the script in Nano text editor\" width=\"700\" height=\"154\" srcset=\"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img1-opening-Nano-editor-1.png 700w, https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img1-opening-Nano-editor-1-300x66.png 300w, https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img1-opening-Nano-editor-1-764x168.png 764w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/>\u278c Afterward, write the following script inside the text editor:<\/p>\n<p><span style=\"color: #800080;\"><strong>Script (here-doc.sh) &gt;<\/strong><\/span><\/p>\n<pre><code class=\"language-bash\" data-line=\"\">#!\/bin\/bash\n\n: &lt;&lt;&#039;comment&#039;\nThis is a block comment\nthat is represented by Here document\nand it won\u2019t be executed.\ncomment\necho \u201cHello, This is not a comment.\u201d<\/code><\/pre>\n<div class=\"su-box su-box-style-default\" id=\"\" style=\"border-color:#aeb0b3;border-radius:0px;max-width:none\"><div class=\"su-box-title\" style=\"background-color:#E1E3E6;color:#000000;border-top-left-radius:0px;border-top-right-radius:0px\"> EXPLANATION<\/div><div class=\"su-box-content su-u-clearfix su-u-trim\" style=\"border-bottom-left-radius:0px;border-bottom-right-radius:0px\">\n<p>Here, in <strong>#!\/bin\/bash<\/strong>, \u2018<strong>#!<\/strong>\u2019 is called \u201c<strong>Shebang <\/strong>or <strong>Hashbang<\/strong>\u201d. Then, the section,<\/p>\n<p><strong>&#8220;This is a block comment<\/strong><\/p>\n<p><strong>that is represented by Here document<\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>and it won\u2019t be executed.&#8221;<\/strong>, represents a block comment that starts with the syntax, \u2018<strong>: &lt;&lt;&#8216;comment&#8217;<\/strong>\u2019 of a Here document where the <strong>comment <\/strong>before the <a href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/input-output\/output\/echo-command\/\" target=\"_blank\" rel=\"noopener\"><strong>echo command<\/strong><\/a> remarks the enclosing point of the Here document.<\/div><\/div><img decoding=\"async\" class=\"aligncenter size-full wp-image-14020\" src=\"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img2-Representing-bash-block-comments-using-Here-document.png\" alt=\"Representing Bash block comments using the 'Here document' notation\" width=\"825\" height=\"322\" srcset=\"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img2-Representing-bash-block-comments-using-Here-document.png 825w, https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img2-Representing-bash-block-comments-using-Here-document-300x117.png 300w, https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img2-Representing-bash-block-comments-using-Here-document-766x299.png 766w\" sizes=\"(max-width: 825px) 100vw, 825px\" \/>You can see that the above image discloses a block comment in Bash that I have written with a Here document syntax.<\/p>\n<p style=\"text-align: justify;\"><div class=\"su-note\"  style=\"border-color:#cedfe2;\"><div class=\"su-note-inner su-u-clearfix su-u-trim\" style=\"background-color:#E8F9FC;border-color:#ffffff;color:#333333;\"><strong>Note:<\/strong> The &#8216;<strong>here document (heredoc)<\/strong>&#8216; refers to a special code block with a specific format of implementation.<\/div><\/div>\n<h3><span class=\"ez-toc-section\" id=\"Case_2_Representation_of_Bash_Block_Comment_Using_the_%E2%80%9C_Null%E2%80%9D_Command\"><\/span>Case 2: Representation of Bash Block Comment Using the &#8220;: (Null)&#8221; Command<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p style=\"text-align: justify;\">By using a <strong>null command (:)<\/strong>, you can include block comments in a Bash script. So, follow the section below to create a Bash block comment:<\/p>\n<p><span style=\"color: #800080;\"><strong>Script (null.sh) &gt;<\/strong><\/span><\/p>\n<pre><code class=\"language-bash\" data-line=\"\">#!\/bin\/bash\n\n: &#039;\nThis is a block comment\nand this describes the purpose of the script\n&#039;\necho &quot;Hello, Bash!&quot;<\/code><\/pre>\n<div class=\"su-box su-box-style-default\" id=\"\" style=\"border-color:#aeb0b3;border-radius:0px;max-width:none\"><div class=\"su-box-title\" style=\"background-color:#E1E3E6;color:#000000;border-top-left-radius:0px;border-top-right-radius:0px\"> EXPLANATION<\/div><div class=\"su-box-content su-u-clearfix su-u-trim\" style=\"border-bottom-left-radius:0px;border-bottom-right-radius:0px\">\n<p>Here, in the section,<\/p>\n<p><strong>&#8220;: &#8216;<\/strong><\/p>\n<p><strong>This is a block comment<\/strong><\/p>\n<p><strong>and this describes the purpose of the script<\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>&#8216;&#8221;<\/strong>, the \u2018<strong>:<\/strong>\u2019, a null command, does nothing to the code and is only used to create a block comment that spans two lines enclosed by single quotes. <\/div><\/div><img decoding=\"async\" class=\"aligncenter size-full wp-image-14021\" src=\"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img3-Representing-bash-block-comments-using-null-command.png\" alt=\"Representing Bash block comments using null (:)command\" width=\"825\" height=\"311\" srcset=\"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img3-Representing-bash-block-comments-using-null-command.png 825w, https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img3-Representing-bash-block-comments-using-null-command-300x113.png 300w, https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/img3-Representing-bash-block-comments-using-null-command-767x289.png 767w\" sizes=\"(max-width: 825px) 100vw, 825px\" \/>The above image you can see is a portrayal of the Bash block comment which the interpreter does not execute.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">Comments are the most essential part without which your script will be incomplete. Precisely saying, by following the different schemes discussed in the article, you can easily create concise block comments in a Bash script.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"People_Also_Ask\"><\/span>People Also Ask<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<div class=\"su-accordion su-u-trim\">\n<p style=\"text-align: justify;\"><div class=\"su-spoiler su-spoiler-style-fancy su-spoiler-icon-plus\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span><strong>Does Bash require a dedicated format for block comments?<\/strong><\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\"><strong>Yes,<\/strong> there are some specific formats to write block comments in a Bash script.<\/div><\/div>\n<p style=\"text-align: justify;\"><div class=\"su-spoiler su-spoiler-style-fancy su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span><strong>Can I write block comments like \/* ... *\/<\/strong> <strong>in Bash?<\/strong><\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\"><strong>No, <\/strong>you cannot write block comments like<strong> \/* \u2026*\/ <\/strong>as Bash doesn\u2019t support this kind of format.<\/div><\/div>\n<p style=\"text-align: justify;\"><div class=\"su-spoiler su-spoiler-style-fancy su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span><strong>Can I nest block comments within Bash script?<\/strong><\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\"><strong>No,<\/strong> you cannot nest block comments within Bash script because the syntax used for block commenting, generally comments out the entire section.<\/div><\/div>\n<div class=\"su-spoiler su-spoiler-style-fancy su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span><strong>What is the difference between inline and block comments?<\/strong><\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\">Inline and block comments are way too different. Inline comments are short comments added on the same line as code while block comments are longer than inline comments and can break among multiple lines.<\/div><\/div>\n<p style=\"text-align: justify;\"><div class=\"su-spoiler su-spoiler-style-fancy su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span><strong>Can I disable some portions of code temporarily using the Bash block comments?<\/strong><\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\"><strong>Yes, <\/strong>using the block comments, you can disable some portions of code temporarily in a Bash script without deleting the code.<\/div><\/div>\n<\/div>\n<p><span style=\"font-size: 18pt; color: #003366;\"><strong>Related Articles<\/strong><\/span><\/p>\n<ul>\n<li><strong><a class=\"in-cell-link\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/art-of-commenting\/\" target=\"_blank\" rel=\"noopener\">The Art of Commenting in Bash<\/a><\/strong><\/li>\n<li><strong><a class=\"in-cell-link\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/bash-the-hash\/\" target=\"_blank\" rel=\"noopener\">Bash the Hash! \u2013 a Symbolic Feature of Bash Comment<\/a><\/strong><\/li>\n<li><strong><a class=\"in-cell-link\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/single-line\/\" target=\"_blank\" rel=\"noopener\">What Are Single-line Comments in Bash? [2 Cases With Examples]<\/a><\/strong><\/li>\n<li><strong><a class=\"in-cell-link\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/multiple-line\/\" target=\"_blank\" rel=\"noopener\">Multiple Line Comments in Bash [With Shortcut Keys]<\/a><\/strong><\/li>\n<\/ul>\n<hr \/>\n<p><strong>&lt;&lt; Go Back to <span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Bash Comments&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1065857,&quot;3&quot;:{&quot;1&quot;:0},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0,&quot;17&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/\"><a class=\"in-cell-link\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/\" target=\"_blank\" rel=\"noopener\">Bash Comments<\/a><\/span>\u00a0| <a href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/\" target=\"_blank\" rel=\"noopener\">Bash Scripting Tutorial<\/a><\/strong><\/p>\n\n\n<div class=\"kk-star-ratings kksr-auto kksr-align-center kksr-valign-bottom\"\n    data-payload='{&quot;align&quot;:&quot;center&quot;,&quot;id&quot;:&quot;14017&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;0&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;0&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;Rate this post&quot;,&quot;legend&quot;:&quot;0\\\/5 - (0 votes)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;title&quot;:&quot;How to Use Block Comment in Bash? [2 Cases]&quot;,&quot;width&quot;:&quot;0&quot;,&quot;_legend&quot;:&quot;{score}\\\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}'>\n            \n<div class=\"kksr-stars\">\n    \n<div class=\"kksr-stars-inactive\">\n            <div class=\"kksr-star\" data-star=\"1\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"2\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"3\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"4\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"5\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n    <\/div>\n    \n<div class=\"kksr-stars-active\" style=\"width: 0px;\">\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n                \n\n<div class=\"kksr-legend\" style=\"font-size: 19.2px;\">\n            <span class=\"kksr-muted\">Rate this post<\/span>\n    <\/div>\n    <\/div>\n","protected":false},"excerpt":{"rendered":"<p>It\u2019s so obvious to comment out some specific parts of code while writing a Bash script. No doubt that single-line &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Use Block Comment in Bash? [2 Cases]\" class=\"read-more button\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#more-14017\" aria-label=\"Read more about How to Use Block Comment in Bash? [2 Cases]\">Read more<\/a><\/p>\n","protected":false},"author":314905,"featured_media":14033,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[102],"tags":[126],"class_list":["post-14017","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bash-scripting","tag-bash-comments","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use Block Comment in Bash? [2 Cases]<\/title>\n<meta name=\"description\" content=\"Consider Bash block comment option for commenting multiple lines in a Bash script and making the script more accessible to others.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Block Comment in Bash? [2 Cases]\" \/>\n<meta property=\"og:description\" content=\"Consider Bash block comment option for commenting multiple lines in a Bash script and making the script more accessible to others.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxSimply\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/nadiba.rahman?mibextid=ZbWKwL\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-02T07:07:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-13T06:51:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/Feature-image-Bash-block-comment-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Nadiba Rahman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nadiba Rahman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/\"},\"author\":{\"name\":\"Nadiba Rahman\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#\\\/schema\\\/person\\\/69b717a03a5d9dc48e683aaffe22d33f\"},\"headline\":\"How to Use Block Comment in Bash? [2 Cases]\",\"datePublished\":\"2023-08-02T07:07:11+00:00\",\"dateModified\":\"2023-12-13T06:51:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/\"},\"wordCount\":914,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Feature-image-Bash-block-comment-1.png\",\"keywords\":[\"bash comments\"],\"articleSection\":[\"Bash Scripting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/\",\"url\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/\",\"name\":\"How to Use Block Comment in Bash? [2 Cases]\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Feature-image-Bash-block-comment-1.png\",\"datePublished\":\"2023-08-02T07:07:11+00:00\",\"dateModified\":\"2023-12-13T06:51:20+00:00\",\"description\":\"Consider Bash block comment option for commenting multiple lines in a Bash script and making the script more accessible to others.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Feature-image-Bash-block-comment-1.png\",\"contentUrl\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Feature-image-Bash-block-comment-1.png\",\"width\":400,\"height\":400,\"caption\":\"Feature image-Bash block comment\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/block-comment\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linuxsimply.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bash Scripting Tutorial\",\"item\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bash Comments\",\"item\":\"https:\\\/\\\/linuxsimply.com\\\/bash-scripting-tutorial\\\/comments\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to Use Block Comment in Bash? [2 Cases]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#website\",\"url\":\"https:\\\/\\\/linuxsimply.com\\\/\",\"name\":\"LinuxSimply\",\"description\":\"All About Linux\",\"publisher\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linuxsimply.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#organization\",\"name\":\"LinuxSimply\",\"url\":\"https:\\\/\\\/linuxsimply.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/LinuxSimply-New-Logo-Without-Icon.png\",\"contentUrl\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/LinuxSimply-New-Logo-Without-Icon.png\",\"width\":355,\"height\":48,\"caption\":\"LinuxSimply\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/#\\\/schema\\\/person\\\/69b717a03a5d9dc48e683aaffe22d33f\",\"name\":\"Nadiba Rahman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Nadiba-Rahman-II-96x96.png\",\"url\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Nadiba-Rahman-II-96x96.png\",\"contentUrl\":\"https:\\\/\\\/linuxsimply.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Nadiba-Rahman-II-96x96.png\",\"caption\":\"Nadiba Rahman\"},\"description\":\"Hello, This is Nadiba Rahman, currently working as a Linux Content Developer Executive at SOFTEKO. I have completed my graduation with a bachelor\u2019s degree in Electronics &amp; Telecommunication Engineering from Rajshahi University of Engineering &amp; Technology (RUET).I am quite passionate about crafting. I really adore exploring and learning new things which always helps me to think transparently. And this curiosity led me to pursue knowledge about Linux. My goal is to portray Linux-based practical problems and share them with you. Read Full Bio\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/nadiba.rahman?mibextid=ZbWKwL\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/nadiba-rahman-443459171\"],\"url\":\"https:\\\/\\\/linuxsimply.com\\\/author\\\/nadiba\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Block Comment in Bash? [2 Cases]","description":"Consider Bash block comment option for commenting multiple lines in a Bash script and making the script more accessible to others.","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:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Block Comment in Bash? [2 Cases]","og_description":"Consider Bash block comment option for commenting multiple lines in a Bash script and making the script more accessible to others.","og_url":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/","og_site_name":"LinuxSimply","article_author":"https:\/\/www.facebook.com\/nadiba.rahman?mibextid=ZbWKwL","article_published_time":"2023-08-02T07:07:11+00:00","article_modified_time":"2023-12-13T06:51:20+00:00","og_image":[{"width":400,"height":400,"url":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/Feature-image-Bash-block-comment-1.png","type":"image\/png"}],"author":"Nadiba Rahman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Nadiba Rahman","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#article","isPartOf":{"@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/"},"author":{"name":"Nadiba Rahman","@id":"https:\/\/linuxsimply.com\/#\/schema\/person\/69b717a03a5d9dc48e683aaffe22d33f"},"headline":"How to Use Block Comment in Bash? [2 Cases]","datePublished":"2023-08-02T07:07:11+00:00","dateModified":"2023-12-13T06:51:20+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/"},"wordCount":914,"commentCount":0,"publisher":{"@id":"https:\/\/linuxsimply.com\/#organization"},"image":{"@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/Feature-image-Bash-block-comment-1.png","keywords":["bash comments"],"articleSection":["Bash Scripting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/","url":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/","name":"How to Use Block Comment in Bash? [2 Cases]","isPartOf":{"@id":"https:\/\/linuxsimply.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#primaryimage"},"image":{"@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/Feature-image-Bash-block-comment-1.png","datePublished":"2023-08-02T07:07:11+00:00","dateModified":"2023-12-13T06:51:20+00:00","description":"Consider Bash block comment option for commenting multiple lines in a Bash script and making the script more accessible to others.","breadcrumb":{"@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#primaryimage","url":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/Feature-image-Bash-block-comment-1.png","contentUrl":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/07\/Feature-image-Bash-block-comment-1.png","width":400,"height":400,"caption":"Feature image-Bash block comment"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/block-comment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxsimply.com\/"},{"@type":"ListItem","position":2,"name":"Bash Scripting Tutorial","item":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/"},{"@type":"ListItem","position":3,"name":"Bash Comments","item":"https:\/\/linuxsimply.com\/bash-scripting-tutorial\/comments\/"},{"@type":"ListItem","position":4,"name":"How to Use Block Comment in Bash? [2 Cases]"}]},{"@type":"WebSite","@id":"https:\/\/linuxsimply.com\/#website","url":"https:\/\/linuxsimply.com\/","name":"LinuxSimply","description":"All About Linux","publisher":{"@id":"https:\/\/linuxsimply.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxsimply.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/linuxsimply.com\/#organization","name":"LinuxSimply","url":"https:\/\/linuxsimply.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxsimply.com\/#\/schema\/logo\/image\/","url":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/09\/LinuxSimply-New-Logo-Without-Icon.png","contentUrl":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/09\/LinuxSimply-New-Logo-Without-Icon.png","width":355,"height":48,"caption":"LinuxSimply"},"image":{"@id":"https:\/\/linuxsimply.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/linuxsimply.com\/#\/schema\/person\/69b717a03a5d9dc48e683aaffe22d33f","name":"Nadiba Rahman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/09\/Nadiba-Rahman-II-96x96.png","url":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/09\/Nadiba-Rahman-II-96x96.png","contentUrl":"https:\/\/linuxsimply.com\/wp-content\/uploads\/2023\/09\/Nadiba-Rahman-II-96x96.png","caption":"Nadiba Rahman"},"description":"Hello, This is Nadiba Rahman, currently working as a Linux Content Developer Executive at SOFTEKO. I have completed my graduation with a bachelor\u2019s degree in Electronics &amp; Telecommunication Engineering from Rajshahi University of Engineering &amp; Technology (RUET).I am quite passionate about crafting. I really adore exploring and learning new things which always helps me to think transparently. And this curiosity led me to pursue knowledge about Linux. My goal is to portray Linux-based practical problems and share them with you. Read Full Bio","sameAs":["https:\/\/www.facebook.com\/nadiba.rahman?mibextid=ZbWKwL","https:\/\/www.linkedin.com\/in\/nadiba-rahman-443459171"],"url":"https:\/\/linuxsimply.com\/author\/nadiba\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/posts\/14017","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/users\/314905"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/comments?post=14017"}],"version-history":[{"count":0,"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/posts\/14017\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/media\/14033"}],"wp:attachment":[{"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/media?parent=14017"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/categories?post=14017"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxsimply.com\/wp-json\/wp\/v2\/tags?post=14017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}