1. Which of the following command can you execute to count the number of lines in a file?
A) lc
B) wc - l
C) cl
D) count
Correct Answer: wc - l
Explanation : This Command(wc - l) can be used to print out the length of longest (number of characters) line in a file.