<?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: simultaneously running 2 scripts (ticker) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082185#M731241</link>
    <description>used as above..&lt;BR /&gt;&lt;BR /&gt;also for ignite, no problem found to background the task and fg it when prompt was requested..&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Nov 2007 10:53:20 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2007-11-30T10:53:20Z</dc:date>
    <item>
      <title>simultaneously running 2 scripts (ticker)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082182#M731238</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I'm using a remote connection to a server with only one terminal. &lt;BR /&gt;I get disconnected after 15 mins of inactivity.&lt;BR /&gt;&lt;BR /&gt;I want to run a binary that will not output in an hour.&lt;BR /&gt;&lt;BR /&gt;How can I run the binary so that I get output to the screen.&lt;BR /&gt;&lt;BR /&gt;I was thinking of forking the binary from a script while running a ticker or equivalent...&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 30 Nov 2007 05:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082182#M731238</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2007-11-30T05:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: simultaneously running 2 scripts (ticker)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082183#M731239</link>
      <description>the binary is ignite.&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -v -A -I -d "hostA" -t "hostA"&lt;BR /&gt;&lt;BR /&gt;Can I run that in the background? and tail -f the ignite log or &lt;BR /&gt;while true &lt;BR /&gt;do&lt;BR /&gt;sleep 5&lt;BR /&gt;echo "."&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2007 05:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082183#M731239</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2007-11-30T05:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: simultaneously running 2 scripts (ticker)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082184#M731240</link>
      <description>Hi Bill:&lt;BR /&gt;&lt;BR /&gt;Yes, you could do as you suggest.  By example, you could also craft something like the following:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;function ticker&lt;BR /&gt;{&lt;BR /&gt;    while true&lt;BR /&gt;    do&lt;BR /&gt;        print -u2 ".\c"&lt;BR /&gt;        sleep 1&lt;BR /&gt;    done&lt;BR /&gt;}&lt;BR /&gt;ticker &amp;amp;&lt;BR /&gt;PID=$!&lt;BR /&gt;&lt;BR /&gt;date&lt;BR /&gt;sleep 10&lt;BR /&gt;date&lt;BR /&gt;kill ${PID}&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 30 Nov 2007 07:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082184#M731240</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-30T07:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: simultaneously running 2 scripts (ticker)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082185#M731241</link>
      <description>used as above..&lt;BR /&gt;&lt;BR /&gt;also for ignite, no problem found to background the task and fg it when prompt was requested..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2007 10:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simultaneously-running-2-scripts-ticker/m-p/5082185#M731241</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2007-11-30T10:53:20Z</dc:date>
    </item>
  </channel>
</rss>

