Multiple choice technology operating systems

Command for count characters, words, lines?

  1. mv

  2. wc

  3. more

  4. print

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

wc (word count) is the Unix/Linux command that counts lines, words, and characters in files. mv moves/renames files, more displays file content, and print is not a standard Unix command.