>     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

Reply via email to