Skip to content

Instantly share code, notes, and snippets.

@apsun
Last active March 25, 2025 07:55
Show Gist options
  • Save apsun/43e78a19a264958fc21f01390b89ea5b to your computer and use it in GitHub Desktop.
Save apsun/43e78a19a264958fc21f01390b89ea5b to your computer and use it in GitHub Desktop.
NFC-normalize all filenames in the current directory
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