Re: bash script problem

2011-11-11 Thread Andres Perera
On Fri, Nov 11, 2011 at 9:10 AM, John Tate wrote: > I put a comment in before the line with a problem, I don't understand > why it's not working. > > bash# for x in 1 2 3 4; do time dd if=/dev/random of=/home/test$x > bs=1k count=64k & done \ > while [ $V -eq 0 ]; \ > do \ > #why the hell is this

Re: bash script problem

2011-11-11 Thread Jeremie Courreges-Anglas
John Tate wrote: > I put a comment in before the line with a problem, I don't understand > why it's not working. > > bash# for x in 1 2 3 4; do time dd if=/dev/random of=/home/test$x > bs=1k count=64k & done \ > while [ $V -eq 0 ]; \ > do \ > #why the hell is this such a problem! > V = 0 \ > clear

bash script problem

2011-11-11 Thread John Tate
I put a comment in before the line with a problem, I don't understand why it's not working. bash# for x in 1 2 3 4; do time dd if=/dev/random of=/home/test$x bs=1k count=64k & done \ while [ $V -eq 0 ]; \ do \ #why the hell is this such a problem! V = 0 \ clear \ echo -n "Jobs running... " \ if jo