Multiple choice technology operating systems

wc command can be used to count the number of lines in a file

  1. True

  2. False

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

The 'wc' (word count) command in Unix/Linux can count lines when used with the '-l' option (wc -l filename). It displays the number of lines in the specified file. Therefore, the statement is true.