Multiple choice technology operating systems Command for count characters, words, lines? mv wc more 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.