<?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/"
	
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"

	>
<channel>
	<title>Comments on: Wget and URLs with Ampersands</title>
	<atom:link href="/2005/04/12/wget-and-urls-with-ampersands/feed/" rel="self" type="application/rss+xml" />
	<link>/2005/04/12/wget-and-urls-with-ampersands/</link>
	<description>Tips and tricks to get technology to work for you, by Michael Boyd Clark</description>
	<lastBuildDate>Sat, 20 Feb 2016 14:14:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Alex</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-33065</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Sun, 09 Sep 2012 02:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-33065</guid>
		<description><![CDATA[Here&#039;s another technique:

URL=&quot;http://example.com/some/query?ENTRY=something&#038;this&#038;that&quot;; wget &quot;$URL&quot;]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s another technique:</p>
<p>URL=&#8221;http://example.com/some/query?ENTRY=something&amp;this&amp;that&#8221;; wget &#8220;$URL&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paritosh</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-20330</link>
		<dc:creator><![CDATA[paritosh]]></dc:creator>
		<pubDate>Sat, 17 Sep 2011 16:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-20330</guid>
		<description><![CDATA[i know this is very old threads but ...
Thanks. 
Just recently moved to perl/bash for some quick cooking and spent almost 2 hours looking wget downloading 2 files when using &#038; char.
you saved the day :)
By the way \&#038; didn&#039;t worked for me]]></description>
		<content:encoded><![CDATA[<p>i know this is very old threads but &#8230;<br />
Thanks.<br />
Just recently moved to perl/bash for some quick cooking and spent almost 2 hours looking wget downloading 2 files when using &amp; char.<br />
you saved the day 🙂<br />
By the way \&amp; didn&#8217;t worked for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Klitza</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-18565</link>
		<dc:creator><![CDATA[Harry Klitza]]></dc:creator>
		<pubDate>Fri, 10 Jun 2011 05:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-18565</guid>
		<description><![CDATA[Spot on! This is exactly what I was looking for. The backslash before the ampersand works a treat.

Harry]]></description>
		<content:encoded><![CDATA[<p>Spot on! This is exactly what I was looking for. The backslash before the ampersand works a treat.</p>
<p>Harry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deborah Simons</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-18530</link>
		<dc:creator><![CDATA[Deborah Simons]]></dc:creator>
		<pubDate>Fri, 03 Jun 2011 15:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-18530</guid>
		<description><![CDATA[Very useful post! Charles, you got it right with the backslash before the ampersand. Thanks for sharing the info.]]></description>
		<content:encoded><![CDATA[<p>Very useful post! Charles, you got it right with the backslash before the ampersand. Thanks for sharing the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hope</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-18419</link>
		<dc:creator><![CDATA[Charles Hope]]></dc:creator>
		<pubDate>Thu, 26 May 2011 17:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-18419</guid>
		<description><![CDATA[You can also use a backslash before the ampersand. This is useful if the URL contains a variable that you&#039;d need substituted, such as

http://server&quot;$n&quot;.company.com/control?active=true\&#038;password=password]]></description>
		<content:encoded><![CDATA[<p>You can also use a backslash before the ampersand. This is useful if the URL contains a variable that you&#8217;d need substituted, such as</p>
<p><a href="http://server/" rel="nofollow">http://server/</a>&#8220;$n&#8221;.company.com/control?active=true\&amp;password=password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-17922</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 19 Apr 2011 14:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-17922</guid>
		<description><![CDATA[Informative post, i made sure that I followed suggestions about encoding or double quotes and it really worked well for me. Thanks :D]]></description>
		<content:encoded><![CDATA[<p>Informative post, i made sure that I followed suggestions about encoding or double quotes and it really worked well for me. Thanks 😀</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Dyer</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-17550</link>
		<dc:creator><![CDATA[Jesse Dyer]]></dc:creator>
		<pubDate>Tue, 22 Mar 2011 14:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-17550</guid>
		<description><![CDATA[Granted this is an old, but for those who come here via Google; the reason that this isn&#039;t mentioned in the manual is that this is not a wget problem; this is a bash problem.  Bash interprets ampersands as a control operator.  Everything before, and separately after the ampersand gets passed as a single standalone command.]]></description>
		<content:encoded><![CDATA[<p>Granted this is an old, but for those who come here via Google; the reason that this isn&#8217;t mentioned in the manual is that this is not a wget problem; this is a bash problem.  Bash interprets ampersands as a control operator.  Everything before, and separately after the ampersand gets passed as a single standalone command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-16015</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Fri, 17 Oct 2008 13:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-16015</guid>
		<description><![CDATA[Oh my god thank you so much!!! I Spent AGES trying to get this to work (using encoding and double quotes etc) and I can&#039;t believe I didn&#039;t try single quotes, such an obvious solution, why isn&#039;t it mentioned in the manual?]]></description>
		<content:encoded><![CDATA[<p>Oh my god thank you so much!!! I Spent AGES trying to get this to work (using encoding and double quotes etc) and I can&#8217;t believe I didn&#8217;t try single quotes, such an obvious solution, why isn&#8217;t it mentioned in the manual?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>/2005/04/12/wget-and-urls-with-ampersands/comment-page-1/#comment-14691</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 19 Feb 2008 05:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetmike.com/journal/?p=171#comment-14691</guid>
		<description><![CDATA[I agree, this was not clearly mentioned in the manual - that I saw anyway and I followed some other poor suggestions about encoding or double quotes before reading this.

Single quotes and all is good.]]></description>
		<content:encoded><![CDATA[<p>I agree, this was not clearly mentioned in the manual &#8211; that I saw anyway and I followed some other poor suggestions about encoding or double quotes before reading this.</p>
<p>Single quotes and all is good.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
