<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NewJokeCity &#187; Sed</title>
	<atom:link href="http://www.newjokecity.com/tag/sed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newjokecity.com</link>
	<description>TechNews from the city of NewJoke</description>
	<lastBuildDate>Wed, 18 Aug 2010 13:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Escaping single quotes in SED</title>
		<link>http://www.newjokecity.com/2009/08/escaping-single-quotes-in-sed/</link>
		<comments>http://www.newjokecity.com/2009/08/escaping-single-quotes-in-sed/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 10:50:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Everyday News]]></category>
		<category><![CDATA[Sed]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=63</guid>
		<description><![CDATA[If you need to include single quotes inside a single quoted string you might try adding a backslash like most programming languages but that doesn&#8217;t work. In the end the actual &#8220;escaping&#8221; is: &#8216;&#8221;&#8216;&#8221;&#8216; (five quotes). To make sure you get it &#8216; &#8221; &#8216; &#8221; &#8216; without the spaces. To take it apart: * [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to include single quotes inside a single quoted string you might try adding a backslash like most programming languages but that doesn&#8217;t work.</p>
<p>In the end the actual &#8220;escaping&#8221; is: &#8216;&#8221;&#8216;&#8221;&#8216; (five quotes).</p>
<p>To make sure you get it &#8216; &#8221; &#8216; &#8221; &#8216; without the spaces.</p>
<p>To take it apart:</p>
<p>    * The first single quote ends the current single quoted string<br />
    * The double quote starts a double quoted string<br />
    * The second single quote is the one we&#8217;re escaping<br />
    * And the end of the double quoted string<br />
    * And reopening the origional single quoted string</p>
<p>Found on http://laptop006.livejournal.com/43340.html</p>
<a id="pwyl_print_button" href="http://www.printwhatyoulike.com/" onclick="javascript:(function(){window._pwyl_home='http://www.printwhatyoulike.com/';window._pwyl_print_button=document.createElement('script');window._pwyl_print_button.setAttribute('type','text/javascript');window._pwyl_print_button.setAttribute('src',window._pwyl_home+'js/print_button/');window._pwyl_print_button.setAttribute('pwyl','true');document.getElementsByTagName('head')[0].appendChild(window._pwyl_print_button);document.body.style.cursor='progress';document.getElementById('pwyl_print_button').style.cursor='progress';})();return false;" title="Print this page" style="text-decoration: none;"><span style="text-decoration: none; color: #719a11;">Print</span></a>]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/2009/08/escaping-single-quotes-in-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
