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