<?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 'Linux']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/Linux?offset=30</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/Linux?offset=30" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/30769</guid>
	<pubDate>Thu, 02 Feb 2017 08:03:46 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/30769</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Convert ps2pdf full size without cropping it : $ ps2pdf -dEPSCrop file.ps #Linux #Crop #PS #ps2pdf</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/30627</guid>
	<pubDate>Mon, 23 Jan 2017 05:01:08 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/30627</link>
	<title><![CDATA[Wire post by Shruti Paniwala]]></title>
	<description><![CDATA[
<p>Fasta sequence length: awk '/^&gt;/ {if (seqlen){print seqlen}; print ;seqlen=0;next; } { seqlen += length($0)}END{print seqlen}' file.fa #Length #Linux #OneLiner</p>
]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/30547</guid>
	<pubDate>Wed, 18 Jan 2017 03:59:18 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/30547</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Delete size zero files from a folder: find . -size 0 -delete #Linux #Trick</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/30350</guid>
	<pubDate>Fri, 23 Dec 2016 07:10:58 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/30350</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>MACHTYPE variable to know what type of machine you are compiling the software on. echo $MACHTYPE #Linux #MACHTYPE</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29909</guid>
	<pubDate>Tue, 22 Nov 2016 04:33:45 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29909</link>
	<title><![CDATA[Wire post by Shruti Paniwala]]></title>
	<description><![CDATA[
<p>Extract ten lines below matched string with grep: grep -A 10 "string" filename1 ; -B for above and -C for both #grep #Linux #Tricks #Lines #Matches</p>
]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29519</guid>
	<pubDate>Wed, 26 Oct 2016 11:22:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29519</link>
	<title><![CDATA[Wire post by Shruti Paniwala]]></title>
	<description><![CDATA[
<p>Re-install perl in Ubuntu: sudo aptitude reinstall perl #Perl #Ubuntu #Install #Linux</p>
]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29512</guid>
	<pubDate>Tue, 25 Oct 2016 08:55:35 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29512</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>List all kernels dpkg --get-selections | grep "linux-image-[[:digit:]].*" | tr "\t" ";" | cut -d ";" -f1 #Kernels #Linux #List</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29243</guid>
	<pubDate>Fri, 23 Sep 2016 10:18:59 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29243</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Split the text file with line number in Linux: wc -l abc.txt and then: split -l 60000 abc.txt #Split #Break #Line #Ubuntu #Linux #Tricks</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29199</guid>
	<pubDate>Fri, 16 Sep 2016 05:18:53 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29199</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Number of thread in Linux:  echo $(( `ps axms | wc -l`  - 1)) #Thread #Info #Linux</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29115</guid>
	<pubDate>Wed, 07 Sep 2016 03:23:36 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29115</link>
	<title><![CDATA[Wire post by Shruti Paniwala]]></title>
	<description><![CDATA[
<p>Little correction, I guess you mean concatenate many files: $ for a in *.txt ; do cat $a &gt;&gt; newFile ; done #Linux #Tricks</p>
]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29105</guid>
	<pubDate>Tue, 06 Sep 2016 04:51:36 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29105</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>Contact many files: $ for a in *.txt ; do cat $a &gt;&gt; newFile ; done #Linux #Tricks</p>
]]></description>
	<dc:creator>Neel</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/28868</guid>
	<pubDate>Mon, 22 Aug 2016 09:23:58 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28868</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>du -sh *  will give you the size of all the directories,files etc in current directory in human readable format. #Linux #Size #Tricks #Folders #Files</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/28816</guid>
	<pubDate>Wed, 17 Aug 2016 03:01:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28816</link>
	<title><![CDATA[Wire post by Shruti Paniwala]]></title>
	<description><![CDATA[
<p>Determine your current Java version in Linux OS: java -Xmx90m -version #Java #Linux #Version</p>
]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/28573</guid>
	<pubDate>Wed, 27 Jul 2016 10:57:33 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28573</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Sync your broken transfer in Linux rsync -e ssh file host:/directory/. #rsync #scp #Linux</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>