Linux CLI - Viewing and Editing Files
You want to count only the characters (not bytes) in a UTF-8 encoded file
data.txt. Which command should you use?data.txt. Which command should you use?-c counts bytes, which may differ from characters in UTF-8 files because some characters use multiple bytes.-m counts characters, correctly handling multibyte UTF-8 characters.wc -m.-m counts characters, not bytes [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions