<?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: running synchronized scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744960#M944320</link>
    <description>If you want to run two scripts in paralell you have to start at least the first as a background job with a '&amp;amp;' as that's the only way to give you a prompt to start the second.&lt;BR /&gt;&lt;BR /&gt;$HOME/bin/script1 &amp;amp;                         $HOME/bin/script2 &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
    <pubDate>Fri, 14 Jun 2002 12:49:52 GMT</pubDate>
    <dc:creator>Trond Haugen</dc:creator>
    <dc:date>2002-06-14T12:49:52Z</dc:date>
    <item>
      <title>running synchronized scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744958#M944318</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to execute two scripts in parallel in order to gain time.&lt;BR /&gt;&lt;BR /&gt;Is it link to one of the following syntax?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GENERAL SCRIPT:&lt;BR /&gt;&lt;BR /&gt;. $HOME/bin/script1&lt;BR /&gt;. $HOME/bin/script2&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;ksh $HOME/bin/script1&lt;BR /&gt;ksh $HOME/bin/script2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jun 2002 12:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744958#M944318</guid>
      <dc:creator>jojo_4</dc:creator>
      <dc:date>2002-06-14T12:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: running synchronized scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744959#M944319</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;$HOME/bin/script1&amp;amp;&lt;BR /&gt;$HOME/bin/script2&amp;amp;&lt;BR /&gt;wait&lt;BR /&gt;&lt;BR /&gt;In a script will do it.&lt;BR /&gt;&lt;BR /&gt;Whatever you try never forget the wait.&lt;BR /&gt;&lt;BR /&gt;Then shell will continue when they are both finished.&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Fri, 14 Jun 2002 12:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744959#M944319</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-06-14T12:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: running synchronized scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744960#M944320</link>
      <description>If you want to run two scripts in paralell you have to start at least the first as a background job with a '&amp;amp;' as that's the only way to give you a prompt to start the second.&lt;BR /&gt;&lt;BR /&gt;$HOME/bin/script1 &amp;amp;                         $HOME/bin/script2 &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Fri, 14 Jun 2002 12:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744960#M944320</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-06-14T12:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: running synchronized scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744961#M944321</link>
      <description>And what are the differences between &lt;BR /&gt;. $HOME/bin/script1 &lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;ksh $HOME/bin/script1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jun 2002 12:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744961#M944321</guid>
      <dc:creator>jojo_4</dc:creator>
      <dc:date>2002-06-14T12:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: running synchronized scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744962#M944322</link>
      <description>The dot is short for the source command,&lt;BR /&gt;i.e. the suppllied script is sourced into the current shell.&lt;BR /&gt;This syntax is mainly used to set an environment and define some functions (e.g. a script library) which can be used from the sourcing shell or script.</description>
      <pubDate>Fri, 14 Jun 2002 13:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744962#M944322</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2002-06-14T13:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: running synchronized scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744963#M944323</link>
      <description>You could also submit them to batch. Do a "man at" for details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 14 Jun 2002 14:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-synchronized-scripts/m-p/2744963#M944323</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-14T14:00:42Z</dc:date>
    </item>
  </channel>
</rss>

