Benj wrote:

Try this too:


#!/bin/bash

for mp in *.mp3
do
   new=${mp//"\%20"/_}
   mv $mp $new
done

I use "_" as the replacement string not a whitespace since it's
simpler. Using a whitespace would give out error for the mv command.

cool. indeed, one problem presented to 10,000
programmers will result to 10,000 solutions.

if that happens here, there should be a plug-dev mailing list.

o meron n?

c",)

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]

Reply via email to