<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.el-badawy.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>eb.com - linux</title>
 <link>http://www.el-badawy.com/?q=taxonomy/term/6/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>GNU make</title>
 <link>http://www.el-badawy.com/?q=node/11</link>
 <description>&lt;p&gt;&lt;strong&gt; Useful command-line options for GNU make &lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;-n : Print the commands, but do not execute them&lt;br /&gt;
-e : variables from the environment take precedence&lt;br /&gt;
-d : print debugging info&lt;/p&gt;
</description>
 <comments>http://www.el-badawy.com/?q=node/11#comments</comments>
 <category domain="http://www.el-badawy.com/?q=taxonomy/term/4">cygwin</category>
 <category domain="http://www.el-badawy.com/?q=taxonomy/term/6">linux</category>
 <pubDate>Fri, 03 Apr 2009 19:51:29 +0000</pubDate>
 <dc:creator>o</dc:creator>
 <guid isPermaLink="false">11 at http://www.el-badawy.com</guid>
</item>
<item>
 <title>How to use find</title>
 <link>http://www.el-badawy.com/?q=computing/find</link>
 <description>&lt;ul&gt;
&lt;li&gt; Finding all files containing string &quot;get_map&quot;&lt;br /&gt;
$  find . -name *.c | xargs grep -l get_map
&lt;/li&gt;&lt;li&gt; A more sophisticated use:&lt;br /&gt;
$  find . -name &#039;*.[ch]&#039; -print0 | xargs -r -0 grep -l get_map
&lt;p&gt;find: -print0&lt;br /&gt;
xargs: -0  -r&lt;/p&gt;
&lt;/li&gt;&lt;li&gt; on Cygwin, Windows file are usually case insensitive, one might need/want to make the search case-insensitive using the -iname option&lt;br /&gt;
$  find  /cygdrive/c/WINDOWS/Microsoft.NET -iname &quot;msbuild.*&quot;
&lt;/li&gt;&lt;/ul&gt;
</description>
 <comments>http://www.el-badawy.com/?q=computing/find#comments</comments>
 <category domain="http://www.el-badawy.com/?q=taxonomy/term/4">cygwin</category>
 <category domain="http://www.el-badawy.com/?q=taxonomy/term/6">linux</category>
 <pubDate>Tue, 31 Mar 2009 19:57:37 +0000</pubDate>
 <dc:creator>o</dc:creator>
 <guid isPermaLink="false">9 at http://www.el-badawy.com</guid>
</item>
</channel>
</rss>
