Install convmv if you don't have it
sudo apt-get install convmv
Convert all files in a directory from NFD to NFC:
convmv -r -f utf8 -t utf8 --nfc --notest .
| #!/usr/bin/env bash | |
| # A script for changing Mac OS X's default fonts | |
| # Author: Jaeho Shin <[email protected]> | |
| # Created: 2011-07-22 | |
| ### MacOSXDefaultFontFallbacksChanger ######################################### | |
| ## Mac OS X 기본 글꼴 설정 변경 도구 – 1.2.1 (2012-08) | |
| ## http://netj.github.com/MacOSXDefaultFontFallbacksChanger | |
| ############################################################################### |
| # | |
| # UPDATE for 10.10.4+: please consider this patch obsolete, as apple provides a tool called "trimforce" to enable trim support for 3rd party SSDs | |
| # just run "sudo trimforce enable" to activate the trim support from now on! | |
| # | |
| # Original version by Grant Parnell is offline (http://digitaldj.net/2011/07/21/trim-enabler-for-lion/) | |
| # Update July 2014: no longer offline, see https://digitaldj.net/blog/2011/11/17/trim-enabler-for-os-x-lion-mountain-lion-mavericks/ | |
| # | |
| # Looks for "Apple" string in HD kext, changes it to a wildcard match for anything | |
| # | |
| # Alternative to http://www.groths.org/trim-enabler-3-0-released/ |
Install convmv if you don't have it
sudo apt-get install convmv
Convert all files in a directory from NFD to NFC:
convmv -r -f utf8 -t utf8 --nfc --notest .