<?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: About echo in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882408#M101232</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# echo "aaa\nbbb"&lt;BR /&gt;aaa&lt;BR /&gt;bbb&lt;BR /&gt;&lt;BR /&gt;will do it.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin</description>
    <pubDate>Wed, 15 Jan 2003 10:26:37 GMT</pubDate>
    <dc:creator>Robin Wakefield</dc:creator>
    <dc:date>2003-01-15T10:26:37Z</dc:date>
    <item>
      <title>About echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882407#M101231</link>
      <description>I am new comer to unix, i have a very simple question about writing a script &lt;BR /&gt;How can I open a new line when use the command 'echo' ?  I know the  ???\n??? function can make a new line , but I only know to use it in printf.&lt;BR /&gt;&lt;BR /&gt;% echo aaa bbb&lt;BR /&gt;my target result is &lt;BR /&gt;% echo aaa bbb&lt;BR /&gt;aaa&lt;BR /&gt;bbb&lt;BR /&gt;&lt;BR /&gt;sorry to ask such simple question there, but I really urgently need to know.</description>
      <pubDate>Wed, 15 Jan 2003 10:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882407#M101231</guid>
      <dc:creator>Juno</dc:creator>
      <dc:date>2003-01-15T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: About echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882408#M101232</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# echo "aaa\nbbb"&lt;BR /&gt;aaa&lt;BR /&gt;bbb&lt;BR /&gt;&lt;BR /&gt;will do it.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin</description>
      <pubDate>Wed, 15 Jan 2003 10:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882408#M101232</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2003-01-15T10:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: About echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882409#M101233</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;similar to printf use \n.&lt;BR /&gt;&lt;BR /&gt;E.g.&lt;BR /&gt;root-L1000 #echo "\t hello \n world"&lt;BR /&gt;         hello&lt;BR /&gt; world&lt;BR /&gt;root-L1000 #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 15 Jan 2003 10:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882409#M101233</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-01-15T10:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: About echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882410#M101234</link>
      <description>Thx all reply, &lt;BR /&gt;I can make it in UNIX but can't in linux , can suggest how to make it in linux ? thx.</description>
      <pubDate>Wed, 15 Jan 2003 10:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882410#M101234</guid>
      <dc:creator>Juno</dc:creator>
      <dc:date>2003-01-15T10:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: About echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882411#M101235</link>
      <description>hi&lt;BR /&gt;try:&lt;BR /&gt;echo -e "An apple a day keeps away \a\t\tdoctor\n"&lt;BR /&gt;&lt;BR /&gt;should be OK!&lt;BR /&gt;&lt;BR /&gt;See also:&lt;BR /&gt;&lt;A href="http://www.freeos.com/guides/lsst/getting.htm#echocm" target="_blank"&gt;http://www.freeos.com/guides/lsst/getting.htm#echocm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 15 Jan 2003 10:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882411#M101235</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-01-15T10:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: About echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882412#M101236</link>
      <description>It is OK, thx all</description>
      <pubDate>Wed, 15 Jan 2003 11:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-echo/m-p/2882412#M101236</guid>
      <dc:creator>Juno</dc:creator>
      <dc:date>2003-01-15T11:17:44Z</dc:date>
    </item>
  </channel>
</rss>

