Conversation

Jarkko Sakkinen

find . -type f -name '*(1)*' -print0 | rename -0 -n -s '(1)' ''

another remainder ;-) (assumes this version of rename: http://plasmasturm.org/code/rename/)
0
0
0