[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Looping a script
- From: Dave Wreski <dave nic com>
- To: redhat-list redhat com
- Subject: Re: Looping a script
- Date: Sun, 18 Feb 2001 18:12:02 -0500 (EST)
> 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]