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
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
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
3 matches
Mail list logo