<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049454#M813101</link>
    <description>Can you give me some more detail, do you want to run an sql file or what?&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Fri, 15 Aug 2003 09:40:06 GMT</pubDate>
    <dc:creator>Dave Walley</dc:creator>
    <dc:date>2003-08-15T09:40:06Z</dc:date>
    <item>
      <title>Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049451#M813098</link>
      <description>I want to be able to pass a command under "ksh -m". Basically, I want to do this:&lt;BR /&gt;&lt;BR /&gt;ksh -m &lt;BR /&gt;&lt;STARTUP&gt;&lt;BR /&gt;&lt;EXIT ksh=""&gt;&lt;BR /&gt;continue with process&lt;BR /&gt;&lt;BR /&gt;How can I script this?  Thanks.&lt;/EXIT&gt;&lt;/STARTUP&gt;</description>
      <pubDate>Thu, 14 Aug 2003 23:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049451#M813098</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2003-08-14T23:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049452#M813099</link>
      <description>Hi Bobby:&lt;BR /&gt;&lt;BR /&gt;# nohup my.sh &amp;amp;&lt;BR /&gt;&lt;BR /&gt;See the man pages for 'nohup' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2003 23:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049452#M813099</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-08-14T23:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049453#M813100</link>
      <description>You can also use the job control features of the shell. See the "Jobs" section in "man ksh".&lt;BR /&gt;&lt;BR /&gt;Basically you can start up a process from the current shell, eg:&lt;BR /&gt;&lt;BR /&gt;  # sleep 3600 # &amp;lt;-- Put your meaningful command here&lt;BR /&gt;&lt;BR /&gt;Then hit ^Z to send a STOP signal to the job, you will see something like:&lt;BR /&gt;  [1] + Stopped                  sleep 3600&lt;BR /&gt;&lt;BR /&gt;And if you do a "ps" or a "jobs" command you will see it as stopped.&lt;BR /&gt;&lt;BR /&gt;You can then issue a "bg" command to allow the job to continue in background. You can carry on doing other stuff while it's running.&lt;BR /&gt;&lt;BR /&gt;Note that if a background job requires tty input, it will stop, and you will have to use "fg" to bring it to foreground. A background job can normally write tty output unless you have done a "stty tostop".&lt;BR /&gt;&lt;BR /&gt;Hope this helps, like I said, it's all in the man pages.&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Fri, 15 Aug 2003 06:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049453#M813100</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-08-15T06:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049454#M813101</link>
      <description>Can you give me some more detail, do you want to run an sql file or what?&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 15 Aug 2003 09:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3049454#M813101</guid>
      <dc:creator>Dave Walley</dc:creator>
      <dc:date>2003-08-15T09:40:06Z</dc:date>
    </item>
  </channel>
</rss>

