<?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: How to Delete all Text in a File Using Vi/Vim Editor	</title>
	<atom:link href="https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 15:26:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sergio Araujo		</title>
		<link>https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1187602</link>

		<dc:creator><![CDATA[Sergio Araujo]]></dc:creator>
		<pubDate>Sun, 30 Jun 2019 20:35:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32363#comment-1187602</guid>

					<description><![CDATA[&lt;code&gt;1,$&lt;/code&gt; is equal to &lt;code&gt;%&lt;/code&gt;, hence &lt;code&gt;:%d&lt;/code&gt; does do job with less keystrokes.]]></description>
			<content:encoded><![CDATA[<p><code>1,$</code> is equal to <code>%</code>, hence <code>:%d</code> does do job with less keystrokes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1152471</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 15 May 2019 04:22:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32363#comment-1152471</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1151218&quot;&gt;jiaowen&lt;/a&gt;.

@Jiaowen

Many thanks for sharing.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1151218">jiaowen</a>.</p>
<p>@Jiaowen</p>
<p>Many thanks for sharing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jiaowen		</title>
		<link>https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1151218</link>

		<dc:creator><![CDATA[jiaowen]]></dc:creator>
		<pubDate>Mon, 13 May 2019 11:00:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32363#comment-1151218</guid>

					<description><![CDATA[In insert mode, you can type &lt;code&gt;%d&lt;/code&gt; to clear the text.]]></description>
			<content:encoded><![CDATA[<p>In insert mode, you can type <code>%d</code> to clear the text.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1135010</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 18 Apr 2019 18:41:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32363#comment-1135010</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1133951&quot;&gt;dragonmouth&lt;/a&gt;.

@Dragonmouth

This article is intended to show users that Vim supports the explained option, especially after opening a file. Thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1133951">dragonmouth</a>.</p>
<p>@Dragonmouth</p>
<p>This article is intended to show users that Vim supports the explained option, especially after opening a file. Thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/delete-all-text-in-a-file-using-vi-editor/comment-page-1/#comment-1133951</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Wed, 17 Apr 2019 11:31:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32363#comment-1133951</guid>

					<description><![CDATA[Wouldn&#039;t it be simpler to just delete and then recreate the file using the file manager?

I know that CLI is generally faster and more efficient than GUI but in this case you are just unnecessarily complicating things by using CLI.]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it be simpler to just delete and then recreate the file using the file manager?</p>
<p>I know that CLI is generally faster and more efficient than GUI but in this case you are just unnecessarily complicating things by using CLI.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
