Re: [CentOS] parallel bash scripts

2012-03-28 Thread Paul Allen Newell
On 3/28/2012 8:53 PM, Ed Greshko wrote: On 03/29/2012 11:47 AM, Paul Allen Newell wrote: I apologize for taking up the bandwidth by asking, Yeah, it does some like a waste of bandwidth to ask questions to which you already know the answer and then have it read by "hundreds" of people that may

Re: [CentOS] parallel bash scripts

2012-03-28 Thread Ed Greshko
On 03/29/2012 11:47 AM, Paul Allen Newell wrote: > I apologize for taking up the bandwidth by asking, Yeah, it does some like a waste of bandwidth to ask questions to which you already know the answer and then have it read by "hundreds" of people that may feel they want to answer and helpbe

Re: [CentOS] parallel bash scripts

2012-03-28 Thread Paul Allen Newell
On 3/28/2012 8:43 PM, Ed Greshko wrote: On 03/29/2012 11:33 AM, Paul Allen Newell wrote: I've done enough googles to be pretty certain I was right (as your link does confirm), but I was asking for a confirm of what knew. Too much reading this thread of "2>&1" and making myself confused. That b

Re: [CentOS] parallel bash scripts

2012-03-28 Thread Ed Greshko
On 03/29/2012 11:33 AM, Paul Allen Newell wrote: > I've done enough googles to be pretty certain I was right (as your link does > confirm), but I was asking for a confirm of what knew. Too much reading this > thread > of "2>&1" and making myself confused. > > That being said, your suggested link d

Re: [CentOS] parallel bash scripts

2012-03-28 Thread Paul Allen Newell
On 3/28/2012 8:27 PM, Ed Greshko wrote: On 03/29/2012 11:15 AM, Paul Allen Newell wrote: On 3/28/2012 4:39 PM, Mark LaPierre wrote: On Tue, Mar 27, 2012 at 6:37 PM, Mark LaPierre wrote: Check out the redirection at the end of each command. 1>&2 redirects the standard out of your child comm

Re: [CentOS] parallel bash scripts

2012-03-28 Thread Ed Greshko
On 03/29/2012 11:15 AM, Paul Allen Newell wrote: > On 3/28/2012 4:39 PM, Mark LaPierre wrote: >> >> >> On Tue, Mar 27, 2012 at 6:37 PM, Mark LaPierre wrote: >> >>> Check out the redirection at the end of each command. 1>&2 redirects >>> the standard out of your child command to the standard error

Re: [CentOS] parallel bash scripts

2012-03-28 Thread Paul Allen Newell
On 3/28/2012 4:39 PM, Mark LaPierre wrote: On Tue, Mar 27, 2012 at 6:37 PM, Mark LaPierre wrote: Check out the redirection at the end of each command. 1>&2 redirects the standard out of your child command to the standard error which then appears in the parent shell. Is anyone using tcsh

Re: [CentOS] parallel bash scripts

2012-03-28 Thread Mark LaPierre
I solved a similar problem by installing gnu parallel on my system. It did everything that I wanted, and better than I would have coded. Ali On Tue, Mar 27, 2012 at 6:37 PM, Mark LaPierre wrote: Check out the redirection at the end of each command. 1>&2 redirects the standard out of your chi