<?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/"
xmlns:georss="http://www.georss.org/georss"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
><channel><title>sed Archives | 24x7serversupport Blog</title> <atom:link href="https://www.24x7serversupport.com/blog/tag/sed/feed/" rel="self" type="application/rss+xml" /><link></link> <description>Linux &#124; CPanel &#124; WHM &#124; webhosting&#124; Plesk &#124; DirectAdmin &#124; CentOs &#124; Debian &#124; Ubuntu Blog</description> <lastBuildDate>Sat, 01 Jun 2019 06:59:16 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod> hourly </sy:updatePeriod> <sy:updateFrequency> 1 </sy:updateFrequency> <generator>https://wordpress.org/?v=6.9</generator> <site
xmlns="com-wordpress:feed-additions:1">164132632</site> <item><title>Ways to use sed command</title><link>https://www.24x7serversupport.com/blog/ways-to-use-sed-command/</link> <dc:creator><![CDATA[24x7support]]></dc:creator> <pubDate>Sat, 01 Jun 2019 06:59:16 +0000</pubDate> <category><![CDATA[CentOS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[command]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[sed]]></category> <category><![CDATA[send command]]></category> <category><![CDATA[Unix]]></category> <guid
isPermaLink="false">https://www.24x7serversupport.com/24x7serversupport-blog/?p=516</guid><description><![CDATA[<p>View selected lines of a document/file # sed -n &#8216;9,20p&#8217; file.txt View the entire file except selected lines # sed &#8216;21,40d&#8217; file.txt Replacing words or characters in a file # sed &#8216;s/centos/ubuntu/g&#8217; file.txt To make changes permanent, you can use option &#8216;-i&#8217; # sed -i &#8216;s/centos/ubuntu/g&#8217; file.txt flag /g (global replacement) Use the combination of [&#8230;]</p><p>The post <a
href="https://www.24x7serversupport.com/blog/ways-to-use-sed-command/">Ways to use sed command</a> appeared first on <a
href="https://www.24x7serversupport.com/blog">24x7serversupport Blog</a>.</p> ]]></description> <post-id
xmlns="com-wordpress:feed-additions:1">516</post-id> </item> </channel> </rss>