parallel bash scripts

bruce badouglas at gmail.com
Tue Mar 27 22:06:56 UTC 2012


hey dave...

anyway i can redirect the err/out to the stdout.. instead of the
nohut.out file??

it appears that the processes are running in the ps tb.. the nohut.out
file also has input/data..

i'd like to be able to see the output of the processes scroll on the
term/screen if possible

thanks


On Tue, Mar 27, 2012 at 5:58 PM, Dave Ihnat <dihnat at dminet.com> wrote:
> 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 at 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


More information about the users mailing list