<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://stab.st-andrews.ac.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Hdi2u_S21</id>
		<title>Hdi2u S21 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://stab.st-andrews.ac.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Hdi2u_S21"/>
		<link rel="alternate" type="text/html" href="http://stab.st-andrews.ac.uk/wiki/index.php?title=Hdi2u_S21&amp;action=history"/>
		<updated>2026-05-11T18:04:29Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://stab.st-andrews.ac.uk/wiki/index.php?title=Hdi2u_S21&amp;diff=1410&amp;oldid=prev</id>
		<title>Rf: Created page with &quot;= Grep = * grep stands for &quot;global regular expression print&quot; * you use this command to search for text patterns in a file, for example, Linux&#039;s mini-dicitonary.   grep &quot;adge&quot;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://stab.st-andrews.ac.uk/wiki/index.php?title=Hdi2u_S21&amp;diff=1410&amp;oldid=prev"/>
				<updated>2017-04-19T22:37:12Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Grep = * grep stands for &amp;quot;global regular expression print&amp;quot; * you use this command to search for text patterns in a file, for example, Linux&amp;#039;s mini-dicitonary.   grep &amp;quot;adge&amp;quot;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Grep =&lt;br /&gt;
* grep stands for &amp;quot;global regular expression print&amp;quot;&lt;br /&gt;
* you use this command to search for text patterns in a file, for example, Linux&amp;#039;s mini-dicitonary.&lt;br /&gt;
&lt;br /&gt;
 grep &amp;quot;adge&amp;quot; /usr/share/dict/words&lt;br /&gt;
&lt;br /&gt;
* regular expressions are different and more powerful than wildcard characters&lt;br /&gt;
* made of special symbols which designate type of characters.&lt;br /&gt;
* grep requires a regular expression pattern as a parameter, and prints all the lines in a file containing that pattern.&lt;br /&gt;
* grep is especially useful in combination with pipes as you can filter the results of other commands.&lt;br /&gt;
* For example, perhaps you only want to see only the information in an EMBL file relating to the origin of the&lt;br /&gt;
sequence, that is, the DE line?&lt;br /&gt;
&lt;br /&gt;
== Exercise ==&lt;br /&gt;
* While in the hdi2u_files directory, type the command:&lt;br /&gt;
 grep &amp;quot;DE&amp;quot; hsy14768.embl&lt;br /&gt;
What is this command doing?&lt;/div&gt;</summary>
		<author><name>Rf</name></author>	</entry>

	</feed>