<?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: sed command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063251#M736940</link>
    <description>thx for answers</description>
    <pubDate>Thu, 16 Aug 2007 05:17:13 GMT</pubDate>
    <dc:creator>Erol KAHRAMAN</dc:creator>
    <dc:date>2007-08-16T05:17:13Z</dc:date>
    <item>
      <title>sed command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063248#M736937</link>
      <description>It is a simple question but i can not find the answer :(&lt;BR /&gt;&lt;BR /&gt;i need to split 45% in 45 and % with sed command. i am trying;&lt;BR /&gt;$ cat t.txt&lt;BR /&gt;45%&lt;BR /&gt;&lt;BR /&gt;$ sed 's/(\d)\%/1/' t.txt&lt;BR /&gt;$ sed -e 's/(\d)\%/1/' t.txt&lt;BR /&gt;&lt;BR /&gt;$ sed 's/(.*)\%/1/' t.txt&lt;BR /&gt;$ sed -e 's/(.*)\%/1/' t.txt&lt;BR /&gt;&lt;BR /&gt;what is wrong with my reg-exp definition ?&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2007 02:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063248#M736937</guid>
      <dc:creator>Erol KAHRAMAN</dc:creator>
      <dc:date>2007-08-16T02:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: sed command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063249#M736938</link>
      <description>You are using some foreign devil reg-exp??&lt;BR /&gt;&lt;BR /&gt;$ sed 's/\([0-9]\)%/\1 %/g' t.txt</description>
      <pubDate>Thu, 16 Aug 2007 02:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063249#M736938</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-16T02:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: sed command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063250#M736939</link>
      <description>sed 's/\%/\ %/g' t.txt &amp;gt; newt.txt</description>
      <pubDate>Thu, 16 Aug 2007 02:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063250#M736939</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-08-16T02:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: sed command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063251#M736940</link>
      <description>thx for answers</description>
      <pubDate>Thu, 16 Aug 2007 05:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sed-command/m-p/5063251#M736940</guid>
      <dc:creator>Erol KAHRAMAN</dc:creator>
      <dc:date>2007-08-16T05:17:13Z</dc:date>
    </item>
  </channel>
</rss>

