On Fri, 25 Oct 2002, Robert P. J. Day wrote: > there is a handy command, "seq", which will generate sequences of > numbers that you can then plug into any command, as in
Heh. With a little work, you can do that in bash without the command substitution: LOOP=0 while [[ LOOP++ -lt 100 ]]; do mkdir $LOOP; done Handy to know if you have bash but not sh-utils installed. -- "The only thing that helps me maintain my slender grip on reality is the friendship I share with my collection of singing potatoes." - Holly, JMC Vessel *Red Dwarf* -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list