Which command is used to count just the number of characters in a file?
A
wc - 1
B
wc -c
C
wc -w
D
wc -r
E
None of the above
Correct Answer: wc -c