<?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 'append']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/append?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/append?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/36037</guid>
	<pubDate>Mon, 26 Mar 2018 04:02:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/36037</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Append something on filename. find -name "*H_*.scf" -exec rename 's/H_//' {} ";"  #Append #Filename #find</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/36034</guid>
	<pubDate>Mon, 26 Mar 2018 03:55:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/36034</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Append to the file name. $ for filename in *.scf; do mv "$filename" "H_$filename"; done; #append #mv #rename</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/33589</guid>
	<pubDate>Sun, 18 Jun 2017 14:14:13 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/33589</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Append the string to fasta header. $ sed 's/&gt;.*/&amp;_Bacteria/' foo.in &gt; out.fasta #Sed #Fasta #String #Append</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>