<?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#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for DigInit :: digital initiatives</title>
	<atom:link href="http://diginit.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://diginit.wordpress.com</link>
	<description>building the digital commons for libraries</description>
	<lastBuildDate>Fri, 31 Jul 2009 03:48:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Unix Global Find and Replace (using find, grep, and sed) by scripter</title>
		<link>http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/#comment-4010</link>
		<dc:creator>scripter</dc:creator>
		<pubDate>Fri, 31 Jul 2009 03:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/?p=54#comment-4010</guid>
		<description>nice information
find some more information about unix find command at
&lt;a href=&quot;http://scripterworld.blogspot.com/2009/07/unix-find-command-with-examples-and.html&quot; rel=&quot;nofollow&quot;&gt;unix find command with examples and complete options&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>nice information<br />
find some more information about unix find command at<br />
<a href="http://scripterworld.blogspot.com/2009/07/unix-find-command-with-examples-and.html" rel="nofollow">unix find command with examples and complete options</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix Global Find and Replace (using find, grep, and sed) by Alexwebmaster</title>
		<link>http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/#comment-4004</link>
		<dc:creator>Alexwebmaster</dc:creator>
		<pubDate>Tue, 03 Mar 2009 08:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/?p=54#comment-4004</guid>
		<description>Hello webmaster 
I would like to share with you a link to your site 
write me here preonrelt@mail.ru</description>
		<content:encoded><![CDATA[<p>Hello webmaster<br />
I would like to share with you a link to your site<br />
write me here <a href="mailto:preonrelt@mail.ru">preonrelt@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YouTube as a Medium for Conversation by coffee</title>
		<link>http://diginit.wordpress.com/2008/05/30/youtube-as-a-medium-for-conversation/#comment-4002</link>
		<dc:creator>coffee</dc:creator>
		<pubDate>Sun, 04 Jan 2009 20:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/?p=55#comment-4002</guid>
		<description>i nominate Chocolate rain as the #1 most likely song to get stuck in a person’s head</description>
		<content:encoded><![CDATA[<p>i nominate Chocolate rain as the #1 most likely song to get stuck in a person’s head</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix Global Find and Replace (using find, grep, and sed) by Marcus</title>
		<link>http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/#comment-4001</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Fri, 05 Sep 2008 17:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/?p=54#comment-4001</guid>
		<description>find . -name &#039;*.xml&#039; -print &#124; xargs sed -i -e &#039;s/FIND_THIS_STRING/AND_REPLACE_IT_WITH_THIS/g&#039;

Use find -type f - for all files. The /g handles if there is more of the string to replace on one line. Substitute the *.xml for whaterver file criteria you want.</description>
		<content:encoded><![CDATA[<p>find . -name &#8216;*.xml&#8217; -print | xargs sed -i -e &#8217;s/FIND_THIS_STRING/AND_REPLACE_IT_WITH_THIS/g&#8217;</p>
<p>Use find -type f &#8211; for all files. The /g handles if there is more of the string to replace on one line. Substitute the *.xml for whaterver file criteria you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix Global Find and Replace (using find, grep, and sed) by Anonymous</title>
		<link>http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/#comment-4000</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 04 Sep 2008 22:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/?p=54#comment-4000</guid>
		<description>Thanks for this, saved me loads of time. There is a missed trailing &#039; from Step 3 though.</description>
		<content:encoded><![CDATA[<p>Thanks for this, saved me loads of time. There is a missed trailing &#8216; from Step 3 though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix Global Find and Replace (using find, grep, and sed) by Pol</title>
		<link>http://diginit.wordpress.com/2008/04/23/unix-global-find-and-replace-using-find-grep-and-sed/#comment-3999</link>
		<dc:creator>Pol</dc:creator>
		<pubDate>Wed, 25 Jun 2008 13:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/?p=54#comment-3999</guid>
		<description>Thanks for the tips ;)

Very helpfull !</description>
		<content:encoded><![CDATA[<p>Thanks for the tips <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Very helpfull !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Librarian &#8211; Day 3: Repositories, a library opportunity by Bobrila</title>
		<link>http://diginit.wordpress.com/2006/10/25/internet-librarian-day-3-repositories-a-library-opportunity/#comment-3994</link>
		<dc:creator>Bobrila</dc:creator>
		<pubDate>Thu, 12 Jun 2008 05:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/2006/10/25/internet-librarian-day-3-repositories-a-library-opportunity/#comment-3994</guid>
		<description>Open this post and read what I think about that:,</description>
		<content:encoded><![CDATA[<p>Open this post and read what I think about that:,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web 2.0 = Library 2.0: Offline 2007 (MT) by Jason A. Clark</title>
		<link>http://diginit.wordpress.com/2007/02/24/web-20-library-20-offline-2007-mt/#comment-248</link>
		<dc:creator>Jason A. Clark</dc:creator>
		<pubDate>Sun, 11 Mar 2007 15:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/2007/02/24/web-20-library-20-offline-2007-mt/#comment-248</guid>
		<description>Couldn&#039;t agree with you more, Bruce.  We need to start helping people manage their own materials. Library stuff is library stuff.  The real opportunity is the stuff and products we can create outside the building.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t agree with you more, Bruce.  We need to start helping people manage their own materials. Library stuff is library stuff.  The real opportunity is the stuff and products we can create outside the building.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web 2.0 = Library 2.0: Offline 2007 (MT) by Bruce Newell</title>
		<link>http://diginit.wordpress.com/2007/02/24/web-20-library-20-offline-2007-mt/#comment-247</link>
		<dc:creator>Bruce Newell</dc:creator>
		<pubDate>Sun, 11 Mar 2007 00:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/2007/02/24/web-20-library-20-offline-2007-mt/#comment-247</guid>
		<description>No question, librarians creating pages is great. And I agree, these were good demos. But what would be even greater (than librarians creating more library stuff) would be us (librarians) helping our customers create library stuff (if they wished). 



Libraries helping their communities tell their individual and collective stores::now that&#039;s library 2.0 and web 2.0 in my book. Anyone (except Ann Arbor Public) doing this, or contemplating it?</description>
		<content:encoded><![CDATA[<p>No question, librarians creating pages is great. And I agree, these were good demos. But what would be even greater (than librarians creating more library stuff) would be us (librarians) helping our customers create library stuff (if they wished). </p>
<p>Libraries helping their communities tell their individual and collective stores::now that&#8217;s library 2.0 and web 2.0 in my book. Anyone (except Ann Arbor Public) doing this, or contemplating it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;TERRA: The Nature of our World&#8221; gets South by Southwest (SXSW) Nomination by Steve McCann</title>
		<link>http://diginit.wordpress.com/2007/02/28/terra-the-nature-of-our-world-gets-south-by-southwest-sxsw-nomination/#comment-245</link>
		<dc:creator>Steve McCann</dc:creator>
		<pubDate>Tue, 06 Mar 2007 00:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://diginit.wordpress.com/2007/02/28/terra-the-nature-of-our-world-gets-south-by-southwest-sxsw-nomination/#comment-245</guid>
		<description>Fantastic news Jason, congrats!</description>
		<content:encoded><![CDATA[<p>Fantastic news Jason, congrats!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
