global serch using "*"
Posted: Mon Jan 31, 2011 11:40 pm
I have thousands of html files with different names in them eg
eric%20bagan
benjamin%20bagby
I wish to change the names to
eric_bagan
benjamin_bagby
I have tried using find exactly with pattern
*%20*
replace with
*_*
to no effect. I know i am being stupid but please help with very simple explanation
eric%20bagan
benjamin%20bagby
I wish to change the names to
eric_bagan
benjamin_bagby
I have tried using find exactly with pattern
*%20*
replace with
*_*
to no effect. I know i am being stupid but please help with very simple explanation