On Tue, Mar 21, 2000 at 03:57:14PM +0100, Robert Kasunic wrote:
> Hi!
> 
> I'm trying to rename a lot of files. I just want to substitute underlines
> with whitespaces. How can I do that?

You might use mmv.

If your files are:  foo_bars
then use           mmv "*_*" '#1\ #2'   (quotes required)

hth
Robert

> 
> TIA
> 
> Robert
> [EMAIL PROTECTED]
> 
> 
> 
> PS: Please reply to [EMAIL PROTECTED]
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 

Reply via email to