<?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>Tue, 19 Jul 2011 20:52:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Escaping single quotes in SED</title>
		<link>http://www.newjokecity.com/escaping-single-quotes-in-sed/</link>
		<comments>http://www.newjokecity.com/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>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/escaping-single-quotes-in-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.newjokecity.com @ 2012-02-06 06:09:21 -->
