<?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: Scripting problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-problem/m-p/3513957#M701017</link>
    <description>You dont put an = sign even in ksh for the alias cmd.</description>
    <pubDate>Wed, 30 Mar 2005 01:57:41 GMT</pubDate>
    <dc:creator>Noel Miranda</dc:creator>
    <dc:date>2005-03-30T01:57:41Z</dc:date>
    <item>
      <title>Scripting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-problem/m-p/3513956#M701016</link>
      <description>hi guys are they equivalent?&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;alias START='trap 2; cmd1 path $planpath \!*; cmd2 \!* 0x103; trap exit 2; cmd3'&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;#!/bin/csh&lt;BR /&gt;alias START 'onintr -; cmd1 path $planpath \!*; cmd2 \!* 0x103; onintr exit; cmd3'&lt;BR /&gt;&lt;BR /&gt;Somhow the ouput are different? &lt;BR /&gt;&lt;BR /&gt;if I am wrong what is the ksh equivalent for the csh alias?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Henry&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 01:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-problem/m-p/3513956#M701016</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2005-03-30T01:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-problem/m-p/3513957#M701017</link>
      <description>You dont put an = sign even in ksh for the alias cmd.</description>
      <pubDate>Wed, 30 Mar 2005 01:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-problem/m-p/3513957#M701017</guid>
      <dc:creator>Noel Miranda</dc:creator>
      <dc:date>2005-03-30T01:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-problem/m-p/3513958#M701018</link>
      <description>The !* syntax for getting the command line arguments is a "csh" construct. Not available under "ksh".&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 30 Mar 2005 10:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-problem/m-p/3513958#M701018</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-03-30T10:54:59Z</dc:date>
    </item>
  </channel>
</rss>

