<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
note that if you use playlist to load your files,<br>
you don't need to suppress the spaces.<br>
<br>
cheers,<br>
sevy<br>
<br>
Mathieu Bouchard wrote:<br>
<blockquote type="cite"
 cite="midPine.LNX.4.21.0309222120310.652-100000@hostname.2y.net">
  <pre wrap="">On Mon, 22 Sep 2003, Shintaro Miyazaki wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">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?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
for z in *; do a=`echo $z|sed 's/ /-/'g`; mv "$z" "$a";done

________________________________________________________________
Mathieu Bouchard                       <a class="moz-txt-link-freetext" href="http://artengine.ca/matju">http://artengine.ca/matju</a>


_______________________________________________
PD-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PD-list@iem.at">PD-list@iem.at</a>
<a class="moz-txt-link-freetext" href="http://iem.at/cgi-bin/mailman/listinfo/pd-list">http://iem.at/cgi-bin/mailman/listinfo/pd-list</a>


  </pre>
</blockquote>
</body>
</html>