-
find . -name 'й' | while read f; do echo mv "$f" "${f//й/й}"; done
-
find . -name 'ё' | while read f; do echo mv "$f" "${f//ё/ё}"; done
Last active
December 21, 2016 15:02
-
-
Save alexgalkin/2bfba69bade2bad64fd3f6b77debb658 to your computer and use it in GitHub Desktop.
Fix UTF-8 encoding for couple special russian letters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment