<?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: echo command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986262#M923229</link>
    <description>Hi (again) Yair:&lt;BR /&gt;&lt;BR /&gt;The man pages for 'echo' note that the Berkeley echo does not implement the backslash escapes. However, the semantics of the '\c' escape can be obtained by using the '-n' option.  The echo command implemented as a built-in function of 'csh' follows the Berkeley semantics.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Mon, 02 Jun 2003 10:46:59 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2003-06-02T10:46:59Z</dc:date>
    <item>
      <title>echo command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986255#M923222</link>
      <description>why when i do echo "sting\c" in some enviromnet its work &lt;BR /&gt;% echo "STRING\c"&lt;BR /&gt;SRTING%&lt;BR /&gt;and in some environment it doesn't &lt;BR /&gt;% echo "STRING\c"&lt;BR /&gt;STRING\c&lt;BR /&gt;%&lt;BR /&gt;How can i control on this phenomenon ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2003 08:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986255#M923222</guid>
      <dc:creator>Yair Goldel</dc:creator>
      <dc:date>2003-06-02T08:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: echo command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986256#M923223</link>
      <description>you should check the environment variables (env) before running the command. see the man page of echo.&lt;BR /&gt;&lt;BR /&gt;are you running the command via script? what shell?&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2003 08:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986256#M923223</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2003-06-02T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: echo command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986257#M923224</link>
      <description>Is the TERM the same?</description>
      <pubDate>Mon, 02 Jun 2003 08:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986257#M923224</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2003-06-02T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: echo command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986258#M923225</link>
      <description>In linux is sighly different than HP-UX and you must pass the -e option to enable special interpretation.&lt;BR /&gt;&lt;BR /&gt;echo -e "string\c"&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Mon, 02 Jun 2003 09:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986258#M923225</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-06-02T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: echo command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986259#M923226</link>
      <description>you can also use the print command.  It's faster than the echo command and will also allow you to do the same thing.</description>
      <pubDate>Mon, 02 Jun 2003 10:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986259#M923226</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-02T10:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: echo command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986260#M923227</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;% echo -n "string"&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 02 Jun 2003 10:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986260#M923227</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-06-02T10:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: echo command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986261#M923228</link>
      <description>Which enviroment variable is change this functionality of "\c" in the "echo" command?</description>
      <pubDate>Mon, 02 Jun 2003 10:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986261#M923228</guid>
      <dc:creator>Yair Goldel</dc:creator>
      <dc:date>2003-06-02T10:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: echo command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986262#M923229</link>
      <description>Hi (again) Yair:&lt;BR /&gt;&lt;BR /&gt;The man pages for 'echo' note that the Berkeley echo does not implement the backslash escapes. However, the semantics of the '\c' escape can be obtained by using the '-n' option.  The echo command implemented as a built-in function of 'csh' follows the Berkeley semantics.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2003 10:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-command/m-p/2986262#M923229</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-06-02T10:46:59Z</dc:date>
    </item>
  </channel>
</rss>

