<?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 'delete']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/delete?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/delete?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/44433</guid>
	<pubDate>Mon, 22 Jan 2024 03:25:18 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/44433</link>
	<title><![CDATA[Wire post by BioStar]]></title>
	<description><![CDATA[
<p>Delete all the headers from multifasta file $ awk 'BEGIN {print "&gt;"ARGV[1]};!/^&gt;/{print}' test.fa #fasta #delete #header #multifasta</p>
]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/42603</guid>
	<pubDate>Sun, 10 Jan 2021 21:53:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/42603</link>
	<title><![CDATA[Wire post by BioStar]]></title>
	<description><![CDATA[
<p>Delete all the executables in current directory. $ find . -maxdepth 1 -type f -executable -exec rm {} + #Delete #CurrrentDir</p>
]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/38460</guid>
	<pubDate>Fri, 14 Dec 2018 03:38:55 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/38460</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>sudo find /tmp -type f -atime +10 -delete #Delete all tmp files created within 10 days #Linux</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/36261</guid>
	<pubDate>Tue, 17 Apr 2018 17:43:19 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/36261</link>
	<title><![CDATA[Wire post by Manisha Mishra]]></title>
	<description><![CDATA[
<p>Remove the sequence by fasta ids. awk 'BEGIN{while((getline&lt;"ids.txt")&gt;0)l["&gt;"$1]=1}/^&gt;/{f=!l[$1]}f' seq.fa #Remove #Delete #ids #fasta</p>
]]></description>
	<dc:creator>Manisha Mishra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29031</guid>
	<pubDate>Mon, 05 Sep 2016 10:11:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29031</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Find a file with certain size and delete them: $ find . -name "see-D-d-ALN_*" -size -10k -delete  #Delete #Size #Linux #Tricks</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/26589</guid>
	<pubDate>Wed, 09 Mar 2016 15:17:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/26589</link>
	<title><![CDATA[Wire post by Archana Malhotra]]></title>
	<description><![CDATA[
<p>#Delete all files (*.bak) in a #folder with find . -type f -name "*.bak" -exec rm -f {} \;</p>
]]></description>
	<dc:creator>Archana Malhotra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/11554</guid>
	<pubDate>Fri, 06 Jun 2014 02:55:27 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/11554</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Remove the blank space from a fasta file. perl -nlwe 'tr/ //d; print if length' fileName #Delete #Space #Fasta #Perl #Oneliner</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>