<?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: Quick note about sed&#8217;s edit in place option</title>
	<atom:link href="http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/feed/" rel="self" type="application/rss+xml" />
	<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/</link>
	<description>.com</description>
	<lastBuildDate>Sat, 19 May 2012 15:21:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: RTFM</title>
		<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/#comment-235117</link>
		<dc:creator>RTFM</dc:creator>
		<pubDate>Mon, 05 Mar 2012 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2007/09/16/quick-note-about-seds-edit-in-place-option/#comment-235117</guid>
		<description>Lol, &quot;some undocumented obscure thing&quot; that&#039;s in the manpage. Uhuh.</description>
		<content:encoded><![CDATA[<p>Lol, &#8220;some undocumented obscure thing&#8221; that&#8217;s in the manpage. Uhuh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Burke</title>
		<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/#comment-235064</link>
		<dc:creator>Zachary Burke</dc:creator>
		<pubDate>Fri, 16 Dec 2011 20:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2007/09/16/quick-note-about-seds-edit-in-place-option/#comment-235064</guid>
		<description>Thank you for this post, 4 years later I&#039;m blown away that my mac is using utilities written in 1977 that have apparently never been updated.</description>
		<content:encoded><![CDATA[<p>Thank you for this post, 4 years later I&#8217;m blown away that my mac is using utilities written in 1977 that have apparently never been updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/#comment-235062</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 14 Dec 2011 17:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2007/09/16/quick-note-about-seds-edit-in-place-option/#comment-235062</guid>
		<description>Thanks, saved me a lot of frustration when I trying to run a script on os x that worked fine elsewhere!</description>
		<content:encoded><![CDATA[<p>Thanks, saved me a lot of frustration when I trying to run a script on os x that worked fine elsewhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Long</title>
		<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/#comment-234953</link>
		<dc:creator>Nathan Long</dc:creator>
		<pubDate>Wed, 31 Aug 2011 17:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2007/09/16/quick-note-about-seds-edit-in-place-option/#comment-234953</guid>
		<description>It&#039;s not dangerous at all if the files you&#039;re working with are under version control. With git, starting from a clean commit, a simple `git diff` lets you verify that you&#039;ve changed what you think you have.

Thanks for the post! You saved me some time.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not dangerous at all if the files you&#8217;re working with are under version control. With git, starting from a clean commit, a simple `git diff` lets you verify that you&#8217;ve changed what you think you have.</p>
<p>Thanks for the post! You saved me some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/#comment-234732</link>
		<dc:creator>me</dc:creator>
		<pubDate>Thu, 05 May 2011 01:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2007/09/16/quick-note-about-seds-edit-in-place-option/#comment-234732</guid>
		<description>Thanks! That was driving me nuts. I&#039;m running MacOSX.

sed --version
sed: illegal option -- -
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]</description>
		<content:encoded><![CDATA[<p>Thanks! That was driving me nuts. I&#8217;m running MacOSX.</p>
<p>sed &#8211;version<br />
sed: illegal option &#8212; -<br />
usage: sed script [-Ealn] [-i extension] [file ...]<br />
       sed [-Ealn] [-i extension] [-e script] &#8230; [-f script_file] &#8230; [file ...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/#comment-234699</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 06 Apr 2011 19:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2007/09/16/quick-note-about-seds-edit-in-place-option/#comment-234699</guid>
		<description>Just a hint: If sed is used on symlinks, the link is destroyed and replaced by a copy of the link target.
</description>
		<content:encoded><![CDATA[<p>Just a hint: If sed is used on symlinks, the link is destroyed and replaced by a copy of the link target.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stealthcupcake</title>
		<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/#comment-234660</link>
		<dc:creator>Stealthcupcake</dc:creator>
		<pubDate>Wed, 16 Mar 2011 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2007/09/16/quick-note-about-seds-edit-in-place-option/#comment-234660</guid>
		<description>Why don&#039;t they just fix this?  It is stupid to have an &quot;edit in place&quot; flag that doesn&#039;t work unless you do some undocumented obscure thing that wastes a bunch of time to find on the internet.</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t they just fix this?  It is stupid to have an &#8220;edit in place&#8221; flag that doesn&#8217;t work unless you do some undocumented obscure thing that wastes a bunch of time to find on the internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://joemaller.com/823/quick-note-about-seds-edit-in-place-option/#comment-223469</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Fri, 28 Jan 2011 14:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2007/09/16/quick-note-about-seds-edit-in-place-option/#comment-223469</guid>
		<description>$ sed --version
GNU sed version 4.2.1

$ sed -i &#039;.orig&#039; -e &#039;s/oranges/apples/&#039; file
Returns a misleading error about not being able to read .orig, turns out the space between the -i and the &#039;.orig&#039; throws it off. Instead, this works as expected:
$ sed -i&#039;.orig&#039; -e &#039;s/oranges/apples/&#039; file

Thanks for the helpful article, congrats on being the first result for &quot;sed in place&quot; on Scroogle. :-)</description>
		<content:encoded><![CDATA[<p>$ sed &#8211;version<br />
GNU sed version 4.2.1</p>
<p>$ sed -i &#8216;.orig&#8217; -e &#8216;s/oranges/apples/&#8217; file<br />
Returns a misleading error about not being able to read .orig, turns out the space between the -i and the &#8216;.orig&#8217; throws it off. Instead, this works as expected:<br />
$ sed -i&#8217;.orig&#8217; -e &#8216;s/oranges/apples/&#8217; file</p>
<p>Thanks for the helpful article, congrats on being the first result for &#8220;sed in place&#8221; on Scroogle. :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/4 queries in 0.029 seconds using disk: basic
Object Caching 244/246 objects using disk: basic

Served from: joemaller.com @ 2012-05-23 05:25:02 -->
