Hello,
I must change files and dirs name which contains che "?" char, I try this:
nothing, what's the problem?
thanks
I must change files and dirs name which contains che "?" char, I try this:
Code:
rename 's/?/-/' *.*
thanks