<?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 vi / substitution help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-substitution-help/m-p/3096254#M145940</link>
    <description>Hi:&lt;BR /&gt;I have a file with first 4 colums with digits and the rest with characters. I would liek to add a space behind the 4th digit. Thanks.&lt;BR /&gt;1234absc&lt;BR /&gt;5678detg&lt;BR /&gt;..&lt;BR /&gt;4567abfcd&lt;BR /&gt;&lt;BR /&gt;how to get&lt;BR /&gt;&lt;BR /&gt;1234 absc&lt;BR /&gt;5678 detg&lt;BR /&gt;..&lt;BR /&gt;4567 abfcd&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Oct 2003 11:34:33 GMT</pubDate>
    <dc:creator>Mike_Ca Li</dc:creator>
    <dc:date>2003-10-17T11:34:33Z</dc:date>
    <item>
      <title>vi / substitution help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-substitution-help/m-p/3096254#M145940</link>
      <description>Hi:&lt;BR /&gt;I have a file with first 4 colums with digits and the rest with characters. I would liek to add a space behind the 4th digit. Thanks.&lt;BR /&gt;1234absc&lt;BR /&gt;5678detg&lt;BR /&gt;..&lt;BR /&gt;4567abfcd&lt;BR /&gt;&lt;BR /&gt;how to get&lt;BR /&gt;&lt;BR /&gt;1234 absc&lt;BR /&gt;5678 detg&lt;BR /&gt;..&lt;BR /&gt;4567 abfcd&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2003 11:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-substitution-help/m-p/3096254#M145940</guid>
      <dc:creator>Mike_Ca Li</dc:creator>
      <dc:date>2003-10-17T11:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: vi / substitution help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-substitution-help/m-p/3096255#M145941</link>
      <description>Try this:&lt;BR /&gt;cat file | sed -e 's/\(....\)/\1\ /'</description>
      <pubDate>Fri, 17 Oct 2003 11:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-substitution-help/m-p/3096255#M145941</guid>
      <dc:creator>Vitek Pepas</dc:creator>
      <dc:date>2003-10-17T11:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: vi / substitution help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-substitution-help/m-p/3096256#M145942</link>
      <description>within vi you could try:&lt;BR /&gt;&lt;BR /&gt;$s/^..../&amp;amp; /&lt;BR /&gt;or&lt;BR /&gt;$s/^\(....\)/\1 /</description>
      <pubDate>Fri, 17 Oct 2003 12:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-substitution-help/m-p/3096256#M145942</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-10-17T12:08:21Z</dc:date>
    </item>
  </channel>
</rss>

