<?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 how to remove backspace in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-remove-backspace/m-p/4329465#M62848</link>
    <description>in a file name "file.txt" I want to insert a back slash ('\') before the space&lt;BR /&gt;&lt;BR /&gt;# cat file.txt&lt;BR /&gt;/data/Ora db/backup server db1&lt;BR /&gt;/data/Sybase db/backup server db2&lt;BR /&gt;&lt;BR /&gt;I open the "file.txt" in vi&lt;BR /&gt;then&lt;BR /&gt;:%s/ /\ /g&lt;BR /&gt;&lt;BR /&gt;but it doesn't work&lt;BR /&gt;&lt;BR /&gt;I even tried the following, without success&lt;BR /&gt;cat file.txt | sed 's/ /\ /g'   &amp;gt; test.txt&lt;BR /&gt;&lt;BR /&gt;please help&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Dec 2008 12:41:53 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2008-12-29T12:41:53Z</dc:date>
    <item>
      <title>how to remove backspace</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-remove-backspace/m-p/4329465#M62848</link>
      <description>in a file name "file.txt" I want to insert a back slash ('\') before the space&lt;BR /&gt;&lt;BR /&gt;# cat file.txt&lt;BR /&gt;/data/Ora db/backup server db1&lt;BR /&gt;/data/Sybase db/backup server db2&lt;BR /&gt;&lt;BR /&gt;I open the "file.txt" in vi&lt;BR /&gt;then&lt;BR /&gt;:%s/ /\ /g&lt;BR /&gt;&lt;BR /&gt;but it doesn't work&lt;BR /&gt;&lt;BR /&gt;I even tried the following, without success&lt;BR /&gt;cat file.txt | sed 's/ /\ /g'   &amp;gt; test.txt&lt;BR /&gt;&lt;BR /&gt;please help&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Dec 2008 12:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-remove-backspace/m-p/4329465#M62848</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-12-29T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove backspace</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-remove-backspace/m-p/4329466#M62849</link>
      <description>You should use "\\" instead of "\"  in both cases in order to mask "\".</description>
      <pubDate>Mon, 29 Dec 2008 14:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-remove-backspace/m-p/4329466#M62849</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2008-12-29T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove backspace</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-remove-backspace/m-p/4329467#M62850</link>
      <description>thanks for CCC(cool, crunchy, crispy) help ;-)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 30 Dec 2008 04:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-remove-backspace/m-p/4329467#M62850</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-12-30T04:41:16Z</dc:date>
    </item>
  </channel>
</rss>

