<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic grep and find in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458058#M80892</link>
    <description>Hi!&lt;BR /&gt;  How do I look for a pattern from a directory and its sub dir?&lt;BR /&gt;&lt;BR /&gt;Thankx&lt;BR /&gt;Jessica&lt;BR /&gt;&lt;BR /&gt;PS:&lt;BR /&gt;find &lt;PATH&gt; -type file | xargs grep &lt;SEARCH string=""&gt;&lt;BR /&gt;&lt;BR /&gt;works fine on HP but not on Linux.&lt;BR /&gt;&lt;/SEARCH&gt;&lt;/PATH&gt;</description>
    <pubDate>Thu, 26 Oct 2000 04:51:45 GMT</pubDate>
    <dc:creator>Jessica Chou</dc:creator>
    <dc:date>2000-10-26T04:51:45Z</dc:date>
    <item>
      <title>grep and find</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458058#M80892</link>
      <description>Hi!&lt;BR /&gt;  How do I look for a pattern from a directory and its sub dir?&lt;BR /&gt;&lt;BR /&gt;Thankx&lt;BR /&gt;Jessica&lt;BR /&gt;&lt;BR /&gt;PS:&lt;BR /&gt;find &lt;PATH&gt; -type file | xargs grep &lt;SEARCH string=""&gt;&lt;BR /&gt;&lt;BR /&gt;works fine on HP but not on Linux.&lt;BR /&gt;&lt;/SEARCH&gt;&lt;/PATH&gt;</description>
      <pubDate>Thu, 26 Oct 2000 04:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458058#M80892</guid>
      <dc:creator>Jessica Chou</dc:creator>
      <dc:date>2000-10-26T04:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: grep and find</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458059#M80893</link>
      <description>Sorry, a typo in my previous mail.&lt;BR /&gt;the command i type should be&lt;BR /&gt;&lt;BR /&gt;find &lt;PATH&gt; -type f | xargs grep &lt;STRING&gt;&lt;BR /&gt;&lt;BR /&gt;(but not "file" after -type"&lt;BR /&gt;&lt;BR /&gt;Jessica&lt;/STRING&gt;&lt;/PATH&gt;</description>
      <pubDate>Thu, 26 Oct 2000 04:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458059#M80893</guid>
      <dc:creator>Jessica Chou</dc:creator>
      <dc:date>2000-10-26T04:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: grep and find</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458060#M80894</link>
      <description>Hi Jessica,&lt;BR /&gt;&lt;BR /&gt;I tried - and it works! What's your problem? Any error messages?&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Frank</description>
      <pubDate>Thu, 26 Oct 2000 06:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458060#M80894</guid>
      <dc:creator>Frank Reifenstahl</dc:creator>
      <dc:date>2000-10-26T06:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: grep and find</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458061#M80895</link>
      <description>Try &lt;BR /&gt;&lt;BR /&gt;find /directory -type file -exec grep -i &lt;STRING&gt; {} ;&lt;/STRING&gt;</description>
      <pubDate>Thu, 26 Oct 2000 07:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458061#M80895</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2000-10-26T07:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: grep and find</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458062#M80896</link>
      <description>Apologies for previous post (problems with missing slashes)&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;find /directory -type file -exec grep -i &lt;STRING&gt; {} \;&lt;/STRING&gt;</description>
      <pubDate>Thu, 26 Oct 2000 07:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458062#M80896</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2000-10-26T07:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: grep and find</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458063#M80897</link>
      <description>Hi!&lt;BR /&gt;find ./dir1 -type f -exec grep -i test1 {} ;&lt;BR /&gt;&lt;BR /&gt;works fine. Thank you.&lt;BR /&gt;&lt;BR /&gt;Jessica&lt;BR /&gt;PS: On Linux&lt;BR /&gt;find ./dir1 -type f | xargs grep test1&lt;BR /&gt;gave me the error message as:&lt;BR /&gt;grep: invalid option -- .&lt;BR /&gt;Usage: grep [OPTION]... PATTERN [FILE]...&lt;BR /&gt;Try `grep --help' for more information.</description>
      <pubDate>Fri, 27 Oct 2000 01:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grep-and-find/m-p/2458063#M80897</guid>
      <dc:creator>Jessica Chou</dc:creator>
      <dc:date>2000-10-27T01:26:39Z</dc:date>
    </item>
  </channel>
</rss>

