Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.
This is an old revision of the document!
for the comment. Assuming you are tinryg to have test var to be from 33,34,35,….,351you can use:test=$(seq 33 351)for i in $testdo…doneortest=`seq 33 351` And if you are just looking for test var to be one of two values viz. 33 and 351 you can loop using for:for test in 33 351dols -laht /tmp/_structure/interface*_${test}_*.xmldonePlease let me know if I misunderstood your query. Thanks.