![]() |
for loop not working
This code isn't working:
the num variable will change but for this example it equals 10 Code:
for d in {1..$num};do Code:
{1..10}Code:
1 |
Same problem as in a recent thread. Please, see reply here.
|
Code:
for (( d=1 ; d<=$num ; d++ )); do |
Quote:
|
| All times are GMT -5. The time now is 02:40 PM. |