<?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 'space']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/space?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/space?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<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/33730</guid>
	<pubDate>Fri, 30 Jun 2017 04:12:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/33730</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>You can use the df command to know the free space in the disk: $ df -h . #df #Linux #List #Free #Space</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/33728</guid>
	<pubDate>Fri, 30 Jun 2017 04:11:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/33728</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>To know the size of the directory in current folder. $ du -sh * #Size #Directory #List #Space #Linux #du</p>
]]></description>
	<dc:creator>Rahul Nayak</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/26583</guid>
	<pubDate>Wed, 09 Mar 2016 08:23:46 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/26583</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>Delete space from FASTA header: perl -pe 's/&gt;\S+\K.+//' &lt; file.fasta &gt; new_file.fasta #PerlOneLiner #Trick #Perl #Space #Fasta</p>
]]></description>
	<dc:creator>Neel</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>