Re: [LAU] No batch processing on Linux?

From: Robin Gareus <robin@email-addr-hidden>
Date: Fri Sep 24 2010 - 22:05:26 EEST

On 09/24/10 20:45, Hartmut Noack wrote:
> Am 23.09.2010 07:17, schrieb Louigi Verona:
>> Ha! Thanks, exactly, I think used this one.
>>
>> Thank you very much for the script!
>>
>
> You are welcome :-)
>
> of course you can replace the call for convert with any command you like
> -- such as flac or sox etc ;-)
>
> ahhh -- yes: in that case you may want to replace the search-pattern for
> ls also:
>
> for img in `ls *.wav`
>
> ;-)
>

..and in case there are files with whitespaces in the filename, change
the default string separator:

#/bin/bash
IFS=:
# do stuff
unset IFS

Cheers!
robin
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sat Sep 25 12:15:03 2010

This archive was generated by hypermail 2.1.8 : Sat Sep 25 2010 - 12:15:03 EEST