-8<-
if you have a file that has chars in its filename used
by dos pattern matching, you might have some
problems to delete/rename/list it. At least in the shell. (Eg. a file "#Berlin")
npmv does no pattern matching.
npmv #Berlin Berlin
and your done.
npmv is pure
Probably you have to set the pure flag first:
protect npmv +p
Have fun
StElb
|