Which command is utilized to display the number of lines, words, and characters in a file?

Choose the correct answer

Explanation

The 'wc' command is used in Unix/Linux systems to count lines, words, and characters in a file. Other options like 'countw', 'wcount', 'count p', and 'wordcount' are not valid commands for this purpose.

Which command is utilized to display the number of l… — Basic of linux unix | PakQuizHub