<?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: File Editing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647029#M41124</link>
    <description>Hello.&lt;BR /&gt;&lt;BR /&gt;Both sed and tr allow you to do this.&lt;BR /&gt;&lt;BR /&gt;tr supports "\NNN" syntax to specify octal nubers.&lt;BR /&gt;&lt;BR /&gt;sed understands "\cX" syntax to specify control characters (directly applicable to your scenario), as well as "\dXXX", "\oXXX" and "\xXX".&lt;BR /&gt;&lt;BR /&gt;I recommend you read info pages for sed.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran</description>
    <pubDate>Mon, 14 Jun 2010 08:04:46 GMT</pubDate>
    <dc:creator>Goran Koruga</dc:creator>
    <dc:date>2010-06-14T08:04:46Z</dc:date>
    <item>
      <title>File Editing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647028#M41123</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I want to remove "^O" from a file&lt;BR /&gt;&lt;BR /&gt;I removed "^L" using the command &lt;BR /&gt;#/bin/sed "s/^L//g" /home/fil1&lt;BR /&gt;&lt;BR /&gt;which command will remove ^O?</description>
      <pubDate>Mon, 14 Jun 2010 07:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647028#M41123</guid>
      <dc:creator>Renjus</dc:creator>
      <dc:date>2010-06-14T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: File Editing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647029#M41124</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;Both sed and tr allow you to do this.&lt;BR /&gt;&lt;BR /&gt;tr supports "\NNN" syntax to specify octal nubers.&lt;BR /&gt;&lt;BR /&gt;sed understands "\cX" syntax to specify control characters (directly applicable to your scenario), as well as "\dXXX", "\oXXX" and "\xXX".&lt;BR /&gt;&lt;BR /&gt;I recommend you read info pages for sed.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran</description>
      <pubDate>Mon, 14 Jun 2010 08:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647029#M41124</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2010-06-14T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: File Editing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647030#M41125</link>
      <description>/bin/sed "s/^O//g" /home/file1 using this command it is not filtering "^O" (CtrlO)&lt;BR /&gt;&lt;BR /&gt;Example of the file is given below please help me..&lt;BR /&gt;&lt;BR /&gt;1^O^FH^SL1^R^24052010^1^D^PNEC002&lt;BR /&gt;2^BH^1^8^24Q^</description>
      <pubDate>Mon, 14 Jun 2010 09:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647030#M41125</guid>
      <dc:creator>Renjus</dc:creator>
      <dc:date>2010-06-14T09:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: File Editing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647031#M41126</link>
      <description>Please read the documentation and make sure you understand it before repeating your question.&lt;BR /&gt;&lt;BR /&gt;The solution is really trivial:&lt;BR /&gt;&lt;BR /&gt;sed -e 's/\co//' ...&lt;BR /&gt;&lt;BR /&gt;Goran</description>
      <pubDate>Mon, 14 Jun 2010 09:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-editing/m-p/4647031#M41126</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2010-06-14T09:54:07Z</dc:date>
    </item>
  </channel>
</rss>

