> However, this will play the files sequentially, in (sorted) order. I
> want it to be randomized, like the output of 'ls -AQU'
while [ 1 ]
do
for mp3 in `/bin/ls -AQU *.mp3`
do
amp -p $mp3
done
done
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
- Looping a script Ashley M. Kirchner
- Re: Looping a script Vidiot
- Re: Looping a script rpjday
- Re: Looping a script Johannes Eriksson
- Re: Looping a script Ashley M. Kirchner
- Re: Looping a script Dave Wreski
- Re: Looping a script Vidiot
- Re: Looping a script Ashley M. Kirchner
- Re: Looping a script Ashley M. Kirchner
- Re: Looping a script Johannes Eriksson
- Re: Looping a script Ashley M. Kirchner
- Re: Looping a script John H Darrah
- Re: Looping a script John H Darrah
- Re: Looping a script Bret Hughes
- Re: Looping a script Johannes Eriksson
- Re: Looping a script Bret Hughes
