Q. What is the command to display the first 15 lines of a file? (A) head -15 filename (B) tail -15 filename (C) cat filename | head (D) more filename ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) head -15 filename Explanation: 'head -15' shows the first 15 lines.