<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Find%3A_Tips_and_Tricks</id>
	<title>Find: Tips and Tricks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Find%3A_Tips_and_Tricks"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Find:_Tips_and_Tricks&amp;action=history"/>
	<updated>2026-05-04T18:54:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Find:_Tips_and_Tricks&amp;diff=1597&amp;oldid=prev</id>
		<title>David: Created page with &quot;Search for a specific file in a directory and run grep against the files found (useful for checking results in various directories)  &lt;syntaxhighlight&gt; $ find . -name md.log -exec grep -H...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Find:_Tips_and_Tricks&amp;diff=1597&amp;oldid=prev"/>
		<updated>2013-01-06T14:29:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Search for a specific file in a directory and run grep against the files found (useful for checking results in various directories)  &amp;lt;syntaxhighlight&amp;gt; $ find . -name md.log -exec grep -H...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Search for a specific file in a directory and run grep against the files found (useful for checking results in various directories)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
$ find . -name md.log -exec grep -H -n &amp;#039;Time:&amp;#039; {} \;&lt;br /&gt;
./HTDISABLED/Abeta/md.log:529:       Time:   3951.375   3951.375    100.0&lt;br /&gt;
./HTDISABLED/Malatase/md.log:4266:       Time:   6007.632   6007.632    100.0&lt;br /&gt;
./ALLENDUEL/MalataseAMD/md.log:4527:       Time:   8773.657   8773.657    100.0&lt;br /&gt;
./ALLENDUEL/AbetaINTEL/md.log:580:       Time:  18401.943  18401.943    100.0&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>