On Sun, 14 Dec 2008 11:47:51 +0200, Alan McKinnon wrote:

> That's why I suggested them :-) I use them a lot, especially when I
> have to run the same set of commands on 15 different hosts, then I do
> something like:
> 
> for I in $(seq 1 15) ; do

If you're using bash or zsh,you can speed this up with

for I in {1..15}; do


-- 
Neil Bothwick

Rugged: Too heavy to lift.

Attachment: signature.asc
Description: PGP signature

Reply via email to