I have about 800 files that I wish to rename, they all have (U) in them, which I wish to remove.
I installed rename from ports, and tried
but it returned
Thinking there might be too many files to do at once, I then tried
Can someone point me in the right direction?
I installed rename from ports, and tried
rename 's/\(U\)//' *
but it returned
rename: too many arguments.
Thinking there might be too many files to do at once, I then tried
rename 's/\(U\)//' A*
and ended up with the same results.Can someone point me in the right direction?