<?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: Scripting issue - 2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709980#M103464</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;this should work:&lt;BR /&gt;more file1 | grep cane\\*p&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Jan 2006 09:46:29 GMT</pubDate>
    <dc:creator>Oviwan</dc:creator>
    <dc:date>2006-01-16T09:46:29Z</dc:date>
    <item>
      <title>Scripting issue - 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709979#M103463</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a file called file1 as below:&lt;BR /&gt;&lt;BR /&gt;#more file1&lt;BR /&gt;passwd.hp_sap_is_tmp@bdhp4297:cane*p:UNKN APP,C/O THYS/DT,NL,,&lt;BR /&gt;passwd.hp_sap_is_tmp@bdhp4337:cane*p:UNKN APP,C/O THYS/DT,NL,,&lt;BR /&gt;passwd.hp_sap_is_tmp@bdhp4338:test:UNKN APP,C/O THYS/DT,NL,,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I tried to grep "cane*p" using command #grep "cane*p" file1 or #grep 'cane*p' file1, it gave me nothing. &lt;BR /&gt;&lt;BR /&gt;How can I grep "cane*p" from file1, so the output will be as below:&lt;BR /&gt;passwd.hp_sap_is_tmp@bdhp4297:cane*p:UNKN APP,C/O THYS/DT,NL,,&lt;BR /&gt;passwd.hp_sap_is_tmp@bdhp4337:cane*p:UNKN APP,C/O THYS/DT,NL,,&lt;BR /&gt;&lt;BR /&gt;Please help. &lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards,&lt;BR /&gt;Dewa</description>
      <pubDate>Mon, 16 Jan 2006 09:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709979#M103463</guid>
      <dc:creator>Dewa Negara_4</dc:creator>
      <dc:date>2006-01-16T09:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting issue - 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709980#M103464</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;this should work:&lt;BR /&gt;more file1 | grep cane\\*p&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2006 09:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709980#M103464</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2006-01-16T09:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting issue - 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709981#M103465</link>
      <description>Thanks a lot. It's working well.</description>
      <pubDate>Mon, 16 Jan 2006 09:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709981#M103465</guid>
      <dc:creator>Dewa Negara_4</dc:creator>
      <dc:date>2006-01-16T09:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting issue - 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709982#M103466</link>
      <description>Dewa,&lt;BR /&gt; grep -F 'cane*p' file1&lt;BR /&gt;&lt;BR /&gt;should work&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2006 09:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709982#M103466</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-01-16T09:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting issue - 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709983#M103467</link>
      <description>Hi,&lt;BR /&gt;grep "cane\*p" file1&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Mon, 16 Jan 2006 10:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/scripting-issue-2/m-p/3709983#M103467</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-01-16T10:01:38Z</dc:date>
    </item>
  </channel>
</rss>

