<?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: 15 Useful &#8216;sed&#8217; Command Tips and Tricks for Linux SysAdmins	</title>
	<atom:link href="https://www.tecmint.com/linux-sed-command-tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-sed-command-tips-tricks/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 24 Oct 2023 09:25:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tom		</title>
		<link>https://www.tecmint.com/linux-sed-command-tips-tricks/comment-page-1/#comment-1298255</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Sun, 01 Dec 2019 07:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21401#comment-1298255</guid>

					<description><![CDATA[Hello,

Please look at tip no. 12. (Switching pairs of words) and compare a command used in an example  - there are not the same.

&lt;pre&gt;
# sed &#039;s/^\(.*\),\(.*\)$/\, /g&#039; names.txt
vs
# sed &#039;s/^\(.*\),\(.*\)$/\2\, \1 /g&#039; names.txt
&lt;/pre&gt;
Despite that, the tutorial is very useful. Thanks for your effort.]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>Please look at tip no. 12. (Switching pairs of words) and compare a command used in an example  &#8211; there are not the same.</p>
<pre>
# sed 's/^\(.*\),\(.*\)$/\, /g' names.txt
vs
# sed 's/^\(.*\),\(.*\)$/\2\, \1 /g' names.txt
</pre>
<p>Despite that, the tutorial is very useful. Thanks for your effort.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kavitha		</title>
		<link>https://www.tecmint.com/linux-sed-command-tips-tricks/comment-page-1/#comment-1070537</link>

		<dc:creator><![CDATA[Kavitha]]></dc:creator>
		<pubDate>Wed, 28 Nov 2018 17:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21401#comment-1070537</guid>

					<description><![CDATA[This is very good and useful.]]></description>
			<content:encoded><![CDATA[<p>This is very good and useful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alexander		</title>
		<link>https://www.tecmint.com/linux-sed-command-tips-tricks/comment-page-1/#comment-977291</link>

		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Thu, 22 Mar 2018 06:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21401#comment-977291</guid>

					<description><![CDATA[No collection of sed tips is complete without a reference to the famous sed 1 liners 

http://sed.sourceforge.net/sed1line.txt]]></description>
			<content:encoded><![CDATA[<p>No collection of sed tips is complete without a reference to the famous sed 1 liners </p>
<p><a target="_blank" href="http://sed.sourceforge.net/sed1line.txt" rel="nofollow ugc">http://sed.sourceforge.net/sed1line.txt</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kingstan		</title>
		<link>https://www.tecmint.com/linux-sed-command-tips-tricks/comment-page-1/#comment-916026</link>

		<dc:creator><![CDATA[Kingstan]]></dc:creator>
		<pubDate>Tue, 26 Sep 2017 03:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21401#comment-916026</guid>

					<description><![CDATA[Hey, 

I got a question here. Is there a option to roll back to original content once after using sed command to replace any?

Kingstan.]]></description>
			<content:encoded><![CDATA[<p>Hey, </p>
<p>I got a question here. Is there a option to roll back to original content once after using sed command to replace any?</p>
<p>Kingstan.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: imadjundi		</title>
		<link>https://www.tecmint.com/linux-sed-command-tips-tricks/comment-page-1/#comment-888309</link>

		<dc:creator><![CDATA[imadjundi]]></dc:creator>
		<pubDate>Sun, 07 May 2017 10:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21401#comment-888309</guid>

					<description><![CDATA[thanks, helpful article]]></description>
			<content:encoded><![CDATA[<p>thanks, helpful article</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
