Linux CLI - Viewing and Editing Files
Which command will display the first 15 lines of a file named
report.txt?report.txt?head command shows the first lines of a file.head -n 15 report.txt correctly shows the first 15 lines.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions