<?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>Techie Thoughts &#187; Shell Script</title>
	<atom:link href="http://blog.techieant.com/tag/shell-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.techieant.com</link>
	<description>Open Source, software, hardware, mobile tips and reviews.</description>
	<lastBuildDate>Mon, 12 Oct 2009 09:12:11 +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>How to: Copy contents from file to file in VI editor</title>
		<link>http://blog.techieant.com/2008/04/10/how-to-copy-contents-from-file-to-file-in-vi-editor/</link>
		<comments>http://blog.techieant.com/2008/04/10/how-to-copy-contents-from-file-to-file-in-vi-editor/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:11:13 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Vi]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2008/04/10/how-to-copy-contents-from-file-to-file-in-vi-editor/</guid>
		<description><![CDATA[Here is the tip to copy contents from one file to another.
1. Press &#8216;ESC&#8217;.
2. Press Shift+&#8221; (double quote).
3. Press &#8216;a&#8217;.
4. Press number of lines you want to copy.
5. Press y followed by another y (yy).
6. Now press : (COLON) to get the vi prompt.
7. Hit e &#8220;destination file name&#8217;
8. Once you enter the destination file, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the tip to copy contents from one file to another.</p>
<p>1. Press &#8216;ESC&#8217;.<br />
2. Press Shift+&#8221; (double quote).<br />
3. Press &#8216;a&#8217;.<br />
4. Press number of lines you want to copy.<br />
5. Press y followed by another y (yy).<br />
6. Now press : (COLON) to get the vi prompt.<br />
7. Hit e &#8220;destination file name&#8217;<br />
8. Once you enter the destination file, go to the line where you want the copied lines to be inserted.<br />
9. Press &#8216;ESC&#8217;.<br />
10. Press Shift+&#8221;(double quote).<br />
11. Press &#8216;a&#8217;.<br />
12Â  Press &#8216;p&#8217;.</p>
<p>Happy editing <img src='http://blog.techieant.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2008/04/10/how-to-copy-contents-from-file-to-file-in-vi-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
