<?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 Re: find text on file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/find-text-on-file/m-p/3960477#M27388</link>
    <description>Very easy, use:&lt;BR /&gt;&lt;BR /&gt;grep "text to find" filename</description>
    <pubDate>Mon, 12 Mar 2007 23:24:44 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-03-12T23:24:44Z</dc:date>
    <item>
      <title>find text on file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-text-on-file/m-p/3960476#M27387</link>
      <description>Red Hat Enterprise Linux.&lt;BR /&gt;&lt;BR /&gt;How can I find certain text into a file, without open the file?</description>
      <pubDate>Mon, 12 Mar 2007 23:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-text-on-file/m-p/3960476#M27387</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2007-03-12T23:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: find text on file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-text-on-file/m-p/3960477#M27388</link>
      <description>Very easy, use:&lt;BR /&gt;&lt;BR /&gt;grep "text to find" filename</description>
      <pubDate>Mon, 12 Mar 2007 23:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-text-on-file/m-p/3960477#M27388</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-12T23:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: find text on file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-text-on-file/m-p/3960478#M27389</link>
      <description>grep "text" filename (as the above).&lt;BR /&gt;&lt;BR /&gt;grep -i text filename (grep with -i option can be used to search case insensitive texts, i.e., lower or upper case letters).&lt;BR /&gt;&lt;BR /&gt;grep Tona filename (will find your name from the file called filename)&lt;BR /&gt;grep -i tona filename (will also find the same).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Wed, 14 Mar 2007 00:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-text-on-file/m-p/3960478#M27389</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-03-14T00:27:27Z</dc:date>
    </item>
  </channel>
</rss>

