Last active
March 25, 2025 07:55
-
-
Save apsun/43e78a19a264958fc21f01390b89ea5b to your computer and use it in GitHub Desktop.
NFC-normalize all filenames in the current directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . | grep -P '\p{M}' | xargs -d'\n' -L1 convmv -f utf-8 -t utf-8 --nfc --notest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment