Re: Multi-threaded Program & Strace Problem

From: Srihari Vijayaraghavan
Date: Fri May 19 2006 - 07:38:00 EST


[Sorry to reply to my own email, but there was a
typo.]

--- Srihari Vijayaraghavan
<sriharivijayaraghavan@xxxxxxxxxxxx> wrote:
> 1. $ for seq `900`; do echo localhost >> hosts.txt;
> done

Oops. It ought to read:
$ for i in `seq 900`; do echo localhost >> hosts.txt;
done

Rest remain the same.

Sorry for the trouble.

Thanks




____________________________________________________
On Yahoo!7
Dating: It's free to join and check out our great singles!
http://www.yahoo7.com.au/personals
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/