Script to expand characters
Does anyone know of a script or a a method I could use to read a file
and match the expression
(needs to be expanded). I have a bunch of file names which have been
condensed and spaces removed. I need to find the files in a bunch of
subdirectories - plan on using find. However, as you can see the
issue is that the "real" file name has spaces, etc.
File I have
01.2007sentPS.xls
Actual File name
01.2007\ sent\ PS.xls
|