<?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: insert spaces in a word in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157768#M90724</link>
    <description>&lt;!--!*#--&gt;hi again,&lt;BR /&gt;&lt;BR /&gt;of course, i was assuming that you are using the vi editor.&lt;BR /&gt;&lt;BR /&gt;You can also do the same from the command line.&lt;BR /&gt;&lt;BR /&gt;cat oldfile | sed s/\/dev/ \/dev/g&amp;gt; newfile &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
    <pubDate>Sat, 08 Mar 2008 07:06:35 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2008-03-08T07:06:35Z</dc:date>
    <item>
      <title>insert spaces in a word</title>
      <link>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157766#M90722</link>
      <description>Hello,&lt;BR /&gt;This is the string what i have which is continous.&lt;BR /&gt;/dev/dsk/c3t2d0s3/dev/rdsk/c3t2d0s3&lt;BR /&gt;&lt;BR /&gt;now which command i need to use to get the string as below. &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c3t2d0s3 /dev/rdsk/c3t2d0s3&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Mar 2008 06:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157766#M90722</guid>
      <dc:creator>manasa_1</dc:creator>
      <dc:date>2008-03-08T06:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: insert spaces in a word</title>
      <link>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157767#M90723</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;&lt;BR /&gt;:1,$s/\/dev/ \/dev/g&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 08 Mar 2008 07:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157767#M90723</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-03-08T07:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: insert spaces in a word</title>
      <link>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157768#M90724</link>
      <description>&lt;!--!*#--&gt;hi again,&lt;BR /&gt;&lt;BR /&gt;of course, i was assuming that you are using the vi editor.&lt;BR /&gt;&lt;BR /&gt;You can also do the same from the command line.&lt;BR /&gt;&lt;BR /&gt;cat oldfile | sed s/\/dev/ \/dev/g&amp;gt; newfile &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Mar 2008 07:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157768#M90724</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-03-08T07:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: insert spaces in a word</title>
      <link>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157769#M90725</link>
      <description>Similar answer as the other question you asked:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1210912" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1210912&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Where did that string come from, where is it going?&lt;BR /&gt;What is the 'real' problem you are trying to solve.&lt;BR /&gt;&lt;BR /&gt;Rather then fixing after the fact exploiting&lt;BR /&gt;assumed characteritics which may or might not change, why not solve the core problem and make sure clean data is delivered in the first place?!&lt;BR /&gt;&lt;BR /&gt;For example, witness the following (contrived) example:&lt;BR /&gt;&lt;BR /&gt;$ perl -e 'print join q( ),@ARGV' /dev/*/c0t0d0&lt;BR /&gt;$ perl -le 'print @ARGV' /dev/*/c0t0d0&lt;BR /&gt;/dev/dsk/c0t0d0/dev/rdsk/c0t0d0&lt;BR /&gt;$ perl -le 'print join q( ),@ARGV' /dev/*/c0t0d0&lt;BR /&gt;/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Mar 2008 18:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/insert-spaces-in-a-word/m-p/4157769#M90725</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-03-08T18:05:09Z</dc:date>
    </item>
  </channel>
</rss>

