<?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 what does &amp;quot;!*&amp;quot; do in shell script? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859779#M713580</link>
    <description>Recently I encounter a line in a shell program that I dun quite understand..&lt;BR /&gt;i.e. :&lt;BR /&gt;"'onintr -;T0 path $planpath \!*;T1 start \!* $t2;onintr "&lt;BR /&gt;&lt;BR /&gt;T0, T1, and t2 all are assigned value in intial declaration.. &lt;BR /&gt;what I am interested to know is what does these commands do and especially&lt;BR /&gt;what does the "!*" serve as.. ?</description>
    <pubDate>Tue, 07 Sep 2004 09:02:27 GMT</pubDate>
    <dc:creator>Henry Chua</dc:creator>
    <dc:date>2004-09-07T09:02:27Z</dc:date>
    <item>
      <title>what does "!*" do in shell script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859779#M713580</link>
      <description>Recently I encounter a line in a shell program that I dun quite understand..&lt;BR /&gt;i.e. :&lt;BR /&gt;"'onintr -;T0 path $planpath \!*;T1 start \!* $t2;onintr "&lt;BR /&gt;&lt;BR /&gt;T0, T1, and t2 all are assigned value in intial declaration.. &lt;BR /&gt;what I am interested to know is what does these commands do and especially&lt;BR /&gt;what does the "!*" serve as.. ?</description>
      <pubDate>Tue, 07 Sep 2004 09:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859779#M713580</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-09-07T09:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: what does "!*" do in shell script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859780#M713581</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In bash it gives the arguments of the last executed command.&lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Tue, 07 Sep 2004 09:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859780#M713581</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-09-07T09:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: what does "!*" do in shell script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859781#M713582</link>
      <description>ic.. but how does it works?.. in this case.. or maybe an example to illustrate?...&lt;BR /&gt;&lt;BR /&gt;thank you all for your advise!</description>
      <pubDate>Tue, 07 Sep 2004 09:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859781#M713582</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-09-07T09:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: what does "!*" do in shell script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859782#M713583</link>
      <description>onintr : Controls the action of the shell on interrupts.&lt;BR /&gt;If - is specified, all interrupts are ignored.&lt;BR /&gt;&lt;BR /&gt;The end of the line reset the interrupts-command&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Tue, 07 Sep 2004 09:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859782#M713583</guid>
      <dc:creator>Michael_356</dc:creator>
      <dc:date>2004-09-07T09:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: what does "!*" do in shell script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859783#M713584</link>
      <description>onintr is a "csh" internal command and !* returns the last commands arguments into the command string (like bash).&lt;BR /&gt; &lt;BR /&gt;The code you have turns off interupts, runs the program specified by T0 passing parameter "path $planpath" followed by the arguments from the command line that launched the script, then the program specified by T1 is run passing argument "start" followed by the command line arguments again, followed by "$t2".&lt;BR /&gt;The onintr at the end resets the "on interupt flag".&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 07 Sep 2004 09:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859783#M713584</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-09-07T09:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: what does "!*" do in shell script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859784#M713585</link>
      <description>SOLVED .THANKS!!</description>
      <pubDate>Wed, 08 Sep 2004 03:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-quot-quot-do-in-shell-script/m-p/4859784#M713585</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-09-08T03:26:25Z</dc:date>
    </item>
  </channel>
</rss>

