<?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 echo script with /c in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-script-with-c/m-p/3211033#M168552</link>
    <description>I am trying to write a script that echos a line, then runs a command, then echos done on the same line.&lt;BR /&gt;&lt;BR /&gt;How is that done?&lt;BR /&gt;echo "This is line 1..." \c&lt;BR /&gt;command&lt;BR /&gt;echo "Done"&lt;BR /&gt;&lt;BR /&gt;I want the output to be...&lt;BR /&gt;&lt;BR /&gt;This is line 1... Done&lt;BR /&gt;&lt;BR /&gt;Thanks for the help!</description>
    <pubDate>Fri, 05 Mar 2004 14:21:43 GMT</pubDate>
    <dc:creator>Ratzie</dc:creator>
    <dc:date>2004-03-05T14:21:43Z</dc:date>
    <item>
      <title>echo script with /c</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-script-with-c/m-p/3211033#M168552</link>
      <description>I am trying to write a script that echos a line, then runs a command, then echos done on the same line.&lt;BR /&gt;&lt;BR /&gt;How is that done?&lt;BR /&gt;echo "This is line 1..." \c&lt;BR /&gt;command&lt;BR /&gt;echo "Done"&lt;BR /&gt;&lt;BR /&gt;I want the output to be...&lt;BR /&gt;&lt;BR /&gt;This is line 1... Done&lt;BR /&gt;&lt;BR /&gt;Thanks for the help!</description>
      <pubDate>Fri, 05 Mar 2004 14:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-script-with-c/m-p/3211033#M168552</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2004-03-05T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: echo script with /c</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-script-with-c/m-p/3211034#M168553</link>
      <description>&lt;BR /&gt;  It also depends if the "command" will send newline to the stdout/stderr or not. &lt;BR /&gt;  &lt;BR /&gt;  If u r not really concerned about the output of the command then best thing to do&lt;BR /&gt;   &lt;BR /&gt;  echo "This is line1 ...\c"&lt;BR /&gt;  command 1&amp;gt;/dev/null 2&amp;gt;/dev/null&lt;BR /&gt;  echo "Done"&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 14:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-script-with-c/m-p/3211034#M168553</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-03-05T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: echo script with /c</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-script-with-c/m-p/3211035#M168554</link>
      <description>I could not get what you want.&lt;BR /&gt;&lt;BR /&gt;echo "your_stuff";command|tr "\n" "\t";echo "Done"&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 05 Mar 2004 14:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-script-with-c/m-p/3211035#M168554</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-05T14:29:20Z</dc:date>
    </item>
  </channel>
</rss>

