<?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>Wysmedia.com &#187; vim</title>
	<atom:link href="http://www.wysmedia.com/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wysmedia.com</link>
	<description>~ We make IT easy for you ~</description>
	<lastBuildDate>Fri, 08 May 2009 07:02:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>vim search and replace on multiple files</title>
		<link>http://www.wysmedia.com/2009/03/vim-search-and-replace-on-multiple-files/</link>
		<comments>http://www.wysmedia.com/2009/03/vim-search-and-replace-on-multiple-files/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:20:03 +0000</pubDate>
		<dc:creator>adwin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.wysmedia.comyr.com/?p=58</guid>
		<description><![CDATA[ To search and replace on multiple files 
First type :args **/*.groovy (change groovy with file extension you want to search and replace)


Type :argdo %s/something to replace/with new words/g &#124;w

 When you type &#124;w, it means you tell vim to save every edited file. If you are not using w, it will not save and [...]]]></description>
			<content:encoded><![CDATA[<p> To search and replace on multiple files </p>
<blockquote><p>First type <strong>:args **/*.groovy</strong> (change groovy with file extension you want to search and replace)
</p></blockquote>
<blockquote><p>
Type <strong>:argdo %s/something to replace/with new words/g |w</strong>
</p></blockquote>
<p> When you type |w, it means you tell vim to save every edited file. If you are not using w, it will not save and stopped on first file (it always ask file save before going on to next file)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wysmedia.com/2009/03/vim-search-and-replace-on-multiple-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
