note that if you use playlist to load your files, you don't need to suppress the spaces.
cheers, sevy
Mathieu Bouchard wrote:
On Mon, 22 Sep 2003, Shintaro Miyazaki wrote:
is there a way to replace all space-signs of my soundfiles into - signs? like drum 33 d.wav into drum-33-d.wav? Can you do that within the shell? is there like a comand for that?
for z in *; do a=
echo $z|sed 's/ /-/'g
; mv "$z" "$a";done
Mathieu Bouchard http://artengine.ca/matju
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list