<?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: Special Characters in Scripting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445438#M9153</link>
    <description>Well that one is similar to the standard 2&amp;gt;$1 which means take the standard error output and send it to the same place you are sending the standard output....&lt;BR /&gt;but that minus at the end has me corn'fused...&lt;BR /&gt;&lt;BR /&gt;I've seen variations of this, but never ending in a minus...I'm hoping someone else knows something more on this.</description>
    <pubDate>Thu, 14 Sep 2000 16:27:09 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2000-09-14T16:27:09Z</dc:date>
    <item>
      <title>Special Characters in Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445435#M9150</link>
      <description>Can someone explain to me what the dash represents in this example "vgdisplay 2&amp;gt;&amp;amp;-" ?  I realize that I'm redirecting error messages but to what ?  I've searched multiple books that I have on site and none indicate this type of redirection.&lt;BR /&gt;&lt;BR /&gt;Also, can you point me to a good Web location that defines Unix shell scripting with unique items like above ? &lt;BR /&gt; &lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;&lt;BR /&gt;Curtis</description>
      <pubDate>Thu, 14 Sep 2000 16:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445435#M9150</guid>
      <dc:creator>Curtis Whitworth</dc:creator>
      <dc:date>2000-09-14T16:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters in Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445436#M9151</link>
      <description>What that command does is actually close the stderr stream.&lt;BR /&gt;&lt;BR /&gt;A good resource to look at is "man ksh"  (or whatever shell you are programming in) since many of these variables are shell specific.</description>
      <pubDate>Thu, 14 Sep 2000 16:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445436#M9151</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-14T16:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters in Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445437#M9152</link>
      <description>The hyphen usually refers to the console (or screen) (that is why if in ftp you do :&lt;BR /&gt;get filename -  it displays the file to the screen)&lt;BR /&gt;&lt;BR /&gt;your man pages will explain what the special characters are. do a man sh-posix there is a lot of information on the man pages...</description>
      <pubDate>Thu, 14 Sep 2000 16:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445437#M9152</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-14T16:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters in Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445438#M9153</link>
      <description>Well that one is similar to the standard 2&amp;gt;$1 which means take the standard error output and send it to the same place you are sending the standard output....&lt;BR /&gt;but that minus at the end has me corn'fused...&lt;BR /&gt;&lt;BR /&gt;I've seen variations of this, but never ending in a minus...I'm hoping someone else knows something more on this.</description>
      <pubDate>Thu, 14 Sep 2000 16:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445438#M9153</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-09-14T16:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters in Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445439#M9154</link>
      <description>Curtis:&lt;BR /&gt;&lt;BR /&gt;Alan is correct.  If you look at the man page for sh-posix [a great resource, I might add] you will see:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;amp;-  #...The standard output is closed.&lt;BR /&gt;&lt;BR /&gt;..JRF...                       &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2000 16:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445439#M9154</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-14T16:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Special Characters in Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445440#M9155</link>
      <description>Alan's answer was correct...  Found definition in the man pages for the shell.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your input.</description>
      <pubDate>Thu, 14 Sep 2000 16:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/special-characters-in-scripting/m-p/2445440#M9155</guid>
      <dc:creator>Curtis Whitworth</dc:creator>
      <dc:date>2000-09-14T16:55:55Z</dc:date>
    </item>
  </channel>
</rss>

