Loading practice questions
The Unix command used to find out the number of characters in a file is
Correct Answer: 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.