<?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: Shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032533#M910514</link>
    <description>Bernhard,&lt;BR /&gt;&lt;BR /&gt;I think everyone but me deserves a 10!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Jul 2003 14:09:23 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-07-24T14:09:23Z</dc:date>
    <item>
      <title>Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032523#M910504</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I met a problem&lt;BR /&gt;&lt;BR /&gt;"Noman is good, Norman is fun"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use "Phil" to replace "Noman" and "Norman"&lt;BR /&gt;How to finish it using sed?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 24 Jul 2003 13:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032523#M910504</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2003-07-24T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032524#M910505</link>
      <description>I think&lt;BR /&gt;&lt;BR /&gt;sed 's|/Phil/No*man/||g'&lt;BR /&gt;&lt;BR /&gt;would do it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 13:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032524#M910505</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-24T13:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032525#M910506</link>
      <description>Hi Victor:&lt;BR /&gt;&lt;BR /&gt;# sed -e 's/Norman/Phil/g' -e 's/Noman/Phil/g' &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 24 Jul 2003 13:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032525#M910506</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-24T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032526#M910507</link>
      <description>I guess I'll take that back.  Can't make it work.  Damn.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 13:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032526#M910507</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-24T13:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032527#M910508</link>
      <description># cat f1&lt;BR /&gt;Noman is good, Norman is bad!&lt;BR /&gt;&lt;BR /&gt;#sed -e 's/Norman/Phil/g' -e 's/Noman/Phil/g' f1 &amp;gt; f2&lt;BR /&gt;&lt;BR /&gt;# cat f2&lt;BR /&gt;Phil is good, Phil is bad!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 13:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032527#M910508</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-24T13:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032528#M910509</link>
      <description>JFR's is good - or simply, using wild cards - u can resolve by doing this way.&lt;BR /&gt;sed -e 's/No[a-z]*/Phil/g'</description>
      <pubDate>Thu, 24 Jul 2003 13:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032528#M910509</guid>
      <dc:creator>Vasikaran Venkatesan</dc:creator>
      <dc:date>2003-07-24T13:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032529#M910510</link>
      <description>Sorry - it was JRF instead.</description>
      <pubDate>Thu, 24 Jul 2003 13:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032529#M910510</guid>
      <dc:creator>Vasikaran Venkatesan</dc:creator>
      <dc:date>2003-07-24T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032530#M910511</link>
      <description>Victor,&lt;BR /&gt;try:&lt;BR /&gt;echo "Noman is good. Norman is fun" | sed -e 's/Nor*man/Phil/g'&lt;BR /&gt;&lt;BR /&gt;The r* tells sed to match 0 or more r's&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;MIchael.</description>
      <pubDate>Thu, 24 Jul 2003 13:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032530#M910511</guid>
      <dc:creator>Michael Kelly_5</dc:creator>
      <dc:date>2003-07-24T13:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032531#M910512</link>
      <description>Thanks, Michael, that's what I was trying to come up with!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 13:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032531#M910512</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-24T13:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032532#M910513</link>
      <description>I think Vashikaran deserves 10, this is only the final touch:&lt;BR /&gt;&lt;BR /&gt;sed -e 's/No[a-z]*an/Phil/g'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 14:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032532#M910513</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-07-24T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032533#M910514</link>
      <description>Bernhard,&lt;BR /&gt;&lt;BR /&gt;I think everyone but me deserves a 10!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 14:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell/m-p/3032533#M910514</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-24T14:09:23Z</dc:date>
    </item>
  </channel>
</rss>

