<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Wire posts tagged with 'replace']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/replace?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/replace?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/43833</guid>
	<pubDate>Sun, 27 Mar 2022 21:46:27 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/43833</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>sed -i 's/2019/2020/g' test.txt test2.txt test3.txt #Find #Replace #sed</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/37032</guid>
	<pubDate>Fri, 22 Jun 2018 05:53:37 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/37032</link>
	<title><![CDATA[Wire post by Aaryan Lokwani]]></title>
	<description><![CDATA[
<p>Sed illegal charters from fasta. $ sed '/^[^&gt;]/ s/[^AGTC]/N/gi' &lt; seq.fa #fasta #otherthanATGC #replace #sed #Linux #illegal</p>
]]></description>
	<dc:creator>Aaryan Lokwani</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/34152</guid>
	<pubDate>Tue, 08 Aug 2017 09:04:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/34152</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>Replace space with tab. $ awk -v OFS="\t" '$1=$1' file1 #tab #space #replace #awk</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/28620</guid>
	<pubDate>Fri, 05 Aug 2016 04:08:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28620</link>
	<title><![CDATA[Wire post by Poonam Mahapatra]]></title>
	<description><![CDATA[
<p>Replace space with tab: perl -lpe 's/\s/\t/g' &lt; trf_file.dat &gt; outfile.txt #TRF #Tab #Space #Replace #Perl #PerlTrick #PerlOneliner</p>
]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/24323</guid>
	<pubDate>Mon, 07 Sep 2015 12:14:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/24323</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Search and replace the string 'this' with the string 'that' in the file filename. perl -p -i -e 's/this/that/g' filename #Perl #Trick #PerlOneLiner #Tipsoftheday #Replace #FindandReplace</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/14813</guid>
	<pubDate>Wed, 03 Sep 2014 05:02:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/14813</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>replace a word in all files in a directory: grep -lr --exclude-dir=".git" -e "oldword" . | xargs sed -i "s/oldword/newword/g" #Replace #Word #Linux</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/11552</guid>
	<pubDate>Fri, 06 Jun 2014 02:54:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/11552</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Remove N from a fasta file. Go to vi editor, type :%s/N\{25,\}//g and press enter. #Vim #vi #N #Replace #Fasta</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>