Korean consists of word blocks (e.g., 가, 나, 다 라, etc.). I need a way to count these word blocks. For instance, the word 바다 (sea) should return 2. but
wc -w
will return 1
wc -c
will return 7
So these options won't work for me. I would appreciate your help.