<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Fix “bash syntax error near unexpected token&#8221; in Linux	</title>
	<atom:link href="https://www.tecmint.com/bash-syntax-error-near-unexpected-token/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/bash-syntax-error-near-unexpected-token/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 06 Jun 2023 17:11:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: luvr		</title>
		<link>https://www.tecmint.com/bash-syntax-error-near-unexpected-token/comment-page-1/#comment-2023103</link>

		<dc:creator><![CDATA[luvr]]></dc:creator>
		<pubDate>Tue, 06 Jun 2023 17:11:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=51590#comment-2023103</guid>

					<description><![CDATA[Just a quick note: Single Quotes will also work, e.g., &lt;code&gt;&#039;sample_file(data).txt&#039;&lt;/code&gt;.

In fact, you needn&#039;t enclose the entire filename in (single or double) quotes; as long as the &quot;&lt;strong&gt;special&lt;/strong&gt;&quot; characters are within the quotes, you will be fine, e.g., all of the following will also work:
&lt;pre&gt;
sample_file&#039;(&#039;data&#039;)&#039;.txt
sample_file&quot;(&quot;data&quot;)&quot;.txt
sample_file&#039;(&#039;data&quot;)&quot;.txt
sampl&#039;e_file(&#039;d&#039;ata)&#039;.txt
sample_&quot;file(data)&quot;.txt
&lt;/pre&gt;
and so on, and so on, ...

Far for me to argue that they are all easily readable, but they do work.

You could, in this way, even address a filename (or, for that matter, any arbitrary string) that has both single and double quotes in it; just enclose the single quotes in double quotes and vice versa, and you will be fine.]]></description>
			<content:encoded><![CDATA[<p>Just a quick note: Single Quotes will also work, e.g., <code>'sample_file(data).txt'</code>.</p>
<p>In fact, you needn&#8217;t enclose the entire filename in (single or double) quotes; as long as the &#8220;<strong>special</strong>&#8221; characters are within the quotes, you will be fine, e.g., all of the following will also work:</p>
<pre>
sample_file'('data')'.txt
sample_file"("data")".txt
sample_file'('data")".txt
sampl'e_file('d'ata)'.txt
sample_"file(data)".txt
</pre>
<p>and so on, and so on, &#8230;</p>
<p>Far for me to argue that they are all easily readable, but they do work.</p>
<p>You could, in this way, even address a filename (or, for that matter, any arbitrary string) that has both single and double quotes in it; just enclose the single quotes in double quotes and vice versa, and you will be fine.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
