![]() |
2009-12-23
, 17:33
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#2
|
![]() |
2009-12-29
, 00:05
|
Posts: 99 |
Thanked: 65 times |
Joined on Jan 2008
@ Finland
|
#3
|
for i in $(seq $n); do mpl mp3 $i;done
i=1 while test $i -le 100000; do mpl mp3 $i i=$(( $i + 1 )) done
![]() |
2010-07-16
, 10:16
|
Posts: 1 |
Thanked: 0 times |
Joined on Jul 2010
|
#4
|
it says:
line 1: syntax error: Bad for loop variable
is there a special way to work with for variables in maemo??
my script run well on ubuntu
the for scripts is:
formpl: mpl command works well
thanks
Last edited by pulketo; 2010-01-08 at 16:44. Reason: solved