<?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 'Grep']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/Grep?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/Grep?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/40418</guid>
	<pubDate>Fri, 20 Dec 2019 01:44:48 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/40418</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Grep a term from a file in Linux. $ grep -A1 "term" input.fasta &gt; output.fasta #Grep #Term</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/34473</guid>
	<pubDate>Wed, 29 Nov 2017 04:46:18 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/34473</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Linux command to find the file contains a string "LOCK_EX": grep -Ril "LOCK_EX" / #Root #Find #Linux #Grep #search</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/32416</guid>
	<pubDate>Tue, 02 May 2017 11:31:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/32416</link>
	<title><![CDATA[Wire post by Abhimanyu Singh]]></title>
	<description><![CDATA[
<p>Show before(B) and after(A) the matching region $ grep -B 3 -A 2 foo README.txt #Linux #Tricks #View #Grep</p>
]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/30893</guid>
	<pubDate>Mon, 13 Feb 2017 06:04:35 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/30893</link>
	<title><![CDATA[Wire post by Shruti Paniwala]]></title>
	<description><![CDATA[
<p>Extract values : cat seeALN.xls | grep -w "scaffold_1" to #grep #exact #matching words from file seeALN.xls</p>
]]></description>
	<dc:creator>Shruti Paniwala</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/27836</guid>
	<pubDate>Wed, 15 Jun 2016 05:18:40 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/27836</link>
	<title><![CDATA[Wire post by Shruti Paniwala]]></title>
	<description><![CDATA[
<p>Grep all the processor in Linux system $ grep "^processor" /proc/cpuinfo | tail -n 1 | awk '{print $3}' #Grep #OS #Linux #Processor</p>
]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/24357</guid>
	<pubDate>Wed, 09 Sep 2015 16:17:11 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/24357</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Count the number of sequences in fastaq file. grep -c '^@' sample1.fq #Fastaq #Count #Number #Grep #Dirty #Oneliner #NGS</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/12917</guid>
	<pubDate>Mon, 21 Jul 2014 06:37:42 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/12917</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>To count number of fasta entries, I use: grep -c '^&gt;' mySequences.fasta #Perl #Count #Number #Fasta #Linux #Grep</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/11698</guid>
	<pubDate>Wed, 11 Jun 2014 03:04:58 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/11698</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Count the number of "pattern" occurrence in a file grep -o 'pattern' anc.annots.gff | wc -l #Linux #grep #Count #Number #Occurrence</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>