<?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: How to make echo tab? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3229001#M171689</link>
    <description>You need to enclose the \t within quotes:&lt;BR /&gt;echo "\tText goes here"&lt;BR /&gt;&lt;BR /&gt;Often you want to echo without a newline as well; the trick here is "\c" also with the quotes.&lt;BR /&gt;echo "\tText on same line\c"&lt;BR /&gt;echo " More text on the same line"&lt;BR /&gt;&lt;BR /&gt;The second example line emits an implicit LF while the first line suppresses it using \c.&lt;BR /&gt;Man echo for details.&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Mar 2004 18:31:07 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-03-24T18:31:07Z</dc:date>
    <item>
      <title>How to make echo tab?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3228999#M171687</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm writing a little shell script for adding remote printers and want the questions tabbed away from the left side of the screen. I know that I can accomplish this with the following line.&lt;BR /&gt;&lt;BR /&gt;echo "     Text goes here"&lt;BR /&gt;&lt;BR /&gt;I tried looking at the man page for echo and it says to use \t for tab. I tried that and this is what happened.&lt;BR /&gt;&lt;BR /&gt;echo \t "Text goes here"&lt;BR /&gt;t Text goes here&lt;BR /&gt;&lt;BR /&gt;Can anyone help me out? OS is HP-UX 11.11</description>
      <pubDate>Wed, 24 Mar 2004 18:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3228999#M171687</guid>
      <dc:creator>Edward McCouch</dc:creator>
      <dc:date>2004-03-24T18:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to make echo tab?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3229000#M171688</link>
      <description>Try putting \t in the quotes-&lt;BR /&gt; &lt;BR /&gt;echo "\tText goes here"&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 24 Mar 2004 18:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3229000#M171688</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-03-24T18:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make echo tab?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3229001#M171689</link>
      <description>You need to enclose the \t within quotes:&lt;BR /&gt;echo "\tText goes here"&lt;BR /&gt;&lt;BR /&gt;Often you want to echo without a newline as well; the trick here is "\c" also with the quotes.&lt;BR /&gt;echo "\tText on same line\c"&lt;BR /&gt;echo " More text on the same line"&lt;BR /&gt;&lt;BR /&gt;The second example line emits an implicit LF while the first line suppresses it using \c.&lt;BR /&gt;Man echo for details.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 18:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3229001#M171689</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-24T18:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make echo tab?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3229002#M171690</link>
      <description>Thank you for the quick replies. I feel a little silly for not thinking of putting the \t in the quotes.&lt;BR /&gt;&lt;BR /&gt;-Ed</description>
      <pubDate>Wed, 24 Mar 2004 18:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-echo-tab/m-p/3229002#M171690</guid>
      <dc:creator>Edward McCouch</dc:creator>
      <dc:date>2004-03-24T18:35:08Z</dc:date>
    </item>
  </channel>
</rss>

