On Fri, 9 Feb 2007, Lee Revell wrote:
> On 2/8/07, Laszlo Barabas <[EMAIL PROTECTED]> wrote:
>>
>> Question2:
>> How do can I say the count number to play the file with aplay? In the
>> rplay we had the --count switches?
>> Is it some similar switches available for aplay?
>
> If you want to pla
On 2/8/07, Laszlo Barabas <[EMAIL PROTECTED]> wrote:
>
> Question2:
> How do can I say the count number to play the file with aplay? In the
> rplay we had the --count switches?
> Is it some similar switches available for aplay?
If you want to play file.wav 10 times:
$ for i in `seq 1 10`; do a