<?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: vi editor in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853019#M104036</link>
    <description>I think you've confused vi with sed.&lt;BR /&gt;&lt;BR /&gt;I'm no sed expert, so I'm not sure of the syntax. I think this would be a long-winded change using vi. Have a look at the sed man page for the appropriate syntax.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
    <pubDate>Fri, 05 Mar 2004 04:23:04 GMT</pubDate>
    <dc:creator>MarkSyder</dc:creator>
    <dc:date>2004-03-05T04:23:04Z</dc:date>
    <item>
      <title>vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853014#M104031</link>
      <description>Hi,&lt;BR /&gt;i try to substitute disk01 with disk02 for all occurence in my file&lt;BR /&gt;command :% s/disk01/disk02/g&lt;BR /&gt;&lt;BR /&gt;It's this command ok?&lt;BR /&gt;&lt;BR /&gt;the vi return me:&lt;BR /&gt;&lt;BR /&gt;unknow command character ' '&lt;BR /&gt;&lt;BR /&gt;Thank!!</description>
      <pubDate>Fri, 05 Mar 2004 04:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853014#M104031</guid>
      <dc:creator>Francesco_13</dc:creator>
      <dc:date>2004-03-05T04:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853015#M104032</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;:1,$ s/disk01/disk02/g&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve Steel</description>
      <pubDate>Fri, 05 Mar 2004 04:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853015#M104032</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-03-05T04:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853016#M104033</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are several possibles. mine is:&lt;BR /&gt;&lt;BR /&gt;:g/disk01/s//disk02/g&lt;BR /&gt;&lt;BR /&gt;the g stands for global so multiple times on all lines.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 05 Mar 2004 04:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853016#M104033</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-03-05T04:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853017#M104034</link>
      <description>hi,&lt;BR /&gt; &lt;BR /&gt;the command is OK, but DON'T leave a blank between the "%" and the "s".&lt;BR /&gt; &lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 05 Mar 2004 04:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853017#M104034</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-03-05T04:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853018#M104035</link>
      <description>: s/disk01/disk02/gc&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Fri, 05 Mar 2004 04:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853018#M104035</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-03-05T04:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853019#M104036</link>
      <description>I think you've confused vi with sed.&lt;BR /&gt;&lt;BR /&gt;I'm no sed expert, so I'm not sure of the syntax. I think this would be a long-winded change using vi. Have a look at the sed man page for the appropriate syntax.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Fri, 05 Mar 2004 04:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853019#M104036</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-03-05T04:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853020#M104037</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;A href="http://chris.tobkin.com/~tobkin/vi/" target="_blank"&gt;http://chris.tobkin.com/~tobkin/vi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Is good&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Fri, 05 Mar 2004 04:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853020#M104037</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-03-05T04:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853021#M104038</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;sed sollution:&lt;BR /&gt;&lt;BR /&gt;cat file | sed 's/disk01/disk02/g'&amp;gt;&amp;gt;file2&lt;BR /&gt;mv file2 file&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 05 Mar 2004 04:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853021#M104038</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-03-05T04:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853022#M104039</link>
      <description>Mistake in this&lt;BR /&gt;&lt;BR /&gt;: s/disk01/disk02/gc&lt;BR /&gt;&lt;BR /&gt;Instead use&lt;BR /&gt;&lt;BR /&gt;:1,$ s/disk01/disk02/gc&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Fri, 05 Mar 2004 04:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853022#M104039</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-03-05T04:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853023#M104040</link>
      <description>Thanks Gideon.&lt;BR /&gt;&lt;BR /&gt;Sorry, I can't give you any points - it's not my thread!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 05 Mar 2004 04:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853023#M104040</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-03-05T04:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853024#M104041</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I prefer&lt;BR /&gt;:1,$ s/disk01/disk02/g&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 04:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853024#M104041</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-03-05T04:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853025#M104042</link>
      <description>Thanks for all..</description>
      <pubDate>Fri, 05 Mar 2004 04:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853025#M104042</guid>
      <dc:creator>Francesco_13</dc:creator>
      <dc:date>2004-03-05T04:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853026#M104043</link>
      <description>:%s/disk01/disk02/g&lt;BR /&gt;&lt;BR /&gt;easy as that, so as somebody said, the space you left between % and s is wrong.</description>
      <pubDate>Fri, 05 Mar 2004 04:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853026#M104043</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2004-03-05T04:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853027#M104044</link>
      <description>thanks</description>
      <pubDate>Thu, 11 Aug 2005 05:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vi-editor/m-p/4853027#M104044</guid>
      <dc:creator>Francesco_13</dc:creator>
      <dc:date>2005-08-11T05:48:16Z</dc:date>
    </item>
  </channel>
</rss>

