Q. Which Linux command shows the number of lines, words, and characters in a file?

  • (A) count
  • (B) stats
  • (C) wc
  • (D) lines
πŸ’¬ Discuss
βœ… Correct Answer: (C) wc
Explanation: 'wc' (word count) returns the number of lines, words, and bytes/characters in a file.
Explanation by: Mr. Dubey
'wc' (word count) returns the number of lines, words, and bytes/characters in a file.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
85
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate