On 22 September 2010 10:11, Louigi Verona wrote:
That's why you put such commands into a bash script so you have it for
reference.
for instance:
#!/bin/bash
# flac_to_mp3
for f in *.mp3; do lame -v "$f"; done
Don't forget to make it executable:
chmod +x flac_to_mp3
A good reference is the Advanced Bash Scripting Guide:
http://tldp.org/LDP/abs/html/
james
--
_
: http://jwm-art.net/
-audio/image/text/code
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.