Dave Phillips a écrit : > > 2. How do I use rubberband to process the whole directory ? > > > Usually when the program doesn't support off the shelf wildcarding I use awk whose output I redirect to a script that I run after I checked it looks right here's an example with mv: ls *.wav | awk '{ print "mv "$1".wav "$1"-100.wav" }' > doit.sh chmod +w doit.sh ./doit.sh hope this helps Marc _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user