Q. How can you display the first 10 lines of a file? (A) head filename (B) tail filename (C) cat filename (D) less filename ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) head filename Explanation: 'head' displays the first 10 lines by default.