On Tue, Mar 27, 2012 at 05:25:56PM -0400, bruce wrote:
> got a couple of test bash scripts.
> ... 
> I'm trying to figure out how to run the scripts in parallel, from the
> same parent shell script. something like:

Have you tried

  nohup cat.sh 2>&1&
  nohup dog.sh 2>&1&

Cheers,
--
        Dave Ihnat
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to