<?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: how to remove &amp;quot;%&amp;quot; out of &amp;quot;5%&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152272#M901048</link>
    <description>bdf|tr -d "%"&lt;BR /&gt;your_script|awk -F "%" '{print "what_you_want"}'</description>
    <pubDate>Wed, 24 Dec 2003 15:14:14 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2003-12-24T15:14:14Z</dc:date>
    <item>
      <title>how to remove "%" out of "5%"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152268#M901044</link>
      <description>I would like to change 5% to 5 out of "bdf" command outputs.&lt;BR /&gt;any command ?</description>
      <pubDate>Wed, 24 Dec 2003 14:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152268#M901044</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2003-12-24T14:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove "%" out of "5%"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152269#M901045</link>
      <description>really depends on your script, but you could probably just add something like: |awk -F"%" '{print $1}'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Dec 2003 15:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152269#M901045</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-12-24T15:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove "%" out of "5%"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152270#M901046</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;bdf |sed 's/%//g'  should do the trick.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 24 Dec 2003 15:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152270#M901046</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-12-24T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove "%" out of "5%"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152271#M901047</link>
      <description># bdf | tr -d '%'&lt;BR /&gt;# bdf | sed 's/%//g'&lt;BR /&gt;# bdf | perl -pe's/%//g'&lt;BR /&gt;# bdf | perl -pe'y/%//d'&lt;BR /&gt;&lt;BR /&gt;enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 24 Dec 2003 15:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152271#M901047</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-12-24T15:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove "%" out of "5%"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152272#M901048</link>
      <description>bdf|tr -d "%"&lt;BR /&gt;your_script|awk -F "%" '{print "what_you_want"}'</description>
      <pubDate>Wed, 24 Dec 2003 15:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152272#M901048</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-24T15:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove "%" out of "5%"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152273#M901049</link>
      <description>HI ,&lt;BR /&gt;&lt;BR /&gt;You can also use sed to remove the "%" as shown : &lt;BR /&gt;&lt;BR /&gt;echo "500% 600% 700%" | sed 's/%//g'&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mille</description>
      <pubDate>Sun, 28 Dec 2003 18:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-remove-quot-quot-out-of-quot-5-quot/m-p/3152273#M901049</guid>
      <dc:creator>royalsun</dc:creator>
      <dc:date>2003-12-28T18:23:23Z</dc:date>
    </item>
  </channel>
</rss>

