The Unix command used to find out the number of characters in a file is
chcnt
wc
nc
lc
(B) wc
Explanation:
The wc (word count) command, specifically with the -c or -m flag, is used to count the number of characters in a file.
-c
-m