Conversation

Jarkko Sakkinen

find . -depth -print0 | xargs -0 rename -d 's/ä/ae/g; s/a\xcc\x88/ae/g; s/\xe4/ae/g' #remainder
0
0
0