<?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: delete a blank space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470076#M211531</link>
    <description>Just FYI, in case of blanks appearing in the middle of Pool name, etc.,&lt;BR /&gt;the following will remove only leading and trailing blanks.&lt;BR /&gt;&lt;BR /&gt;... awk -F ":" '/Pool name/{print $2;}' | sed -e 's/^ *//' -e 's/ *$/;N\/A/'&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
    <pubDate>Tue, 25 Jan 2005 02:47:16 GMT</pubDate>
    <dc:creator>Masatake Hanayama</dc:creator>
    <dc:date>2005-01-25T02:47:16Z</dc:date>
    <item>
      <title>delete a blank space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470074#M211529</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am writing some script to output as ASCII delimited text.&lt;BR /&gt;&lt;BR /&gt;"omnimm -media_info $RESULT -detail | awk -F ":" '/Pool name/{print $2";N/A";}' | sed 's/ //'"&lt;BR /&gt;&lt;BR /&gt;But the end result always "TRP_SAP_Archive_DDS ;N/A"  There is a blank space " ;N/A" I thought I can use sed 's/ //' to remove the space but it doesn't work.</description>
      <pubDate>Mon, 24 Jan 2005 21:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470074#M211529</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2005-01-24T21:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: delete a blank space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470075#M211530</link>
      <description>Are you sure you don't have a blank space at the&lt;BR /&gt;beginning of the statement? I tried &lt;BR /&gt;sed 's/ //' and it worked fine on my system. If you&lt;BR /&gt;have a blank space at the beginning, you should try&lt;BR /&gt;sed 's/ //g'&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 22:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470075#M211530</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-01-24T22:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: delete a blank space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470076#M211531</link>
      <description>Just FYI, in case of blanks appearing in the middle of Pool name, etc.,&lt;BR /&gt;the following will remove only leading and trailing blanks.&lt;BR /&gt;&lt;BR /&gt;... awk -F ":" '/Pool name/{print $2;}' | sed -e 's/^ *//' -e 's/ *$/;N\/A/'&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 25 Jan 2005 02:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470076#M211531</guid>
      <dc:creator>Masatake Hanayama</dc:creator>
      <dc:date>2005-01-25T02:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: delete a blank space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470077#M211532</link>
      <description>sed -e 's/[ \t]*//g' will delete any blank space and tabs ...</description>
      <pubDate>Tue, 25 Jan 2005 04:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/delete-a-blank-space/m-p/3470077#M211532</guid>
      <dc:creator>RATEFIARIVONY</dc:creator>
      <dc:date>2005-01-25T04:47:43Z</dc:date>
    </item>
  </channel>
</rss>

