Linux CLI - Viewing and Editing Files
Which of the following is the correct syntax to read the first 10 lines of a file named
data.txt in Linux CLI?data.txt in Linux CLI?head command shows the first lines; -10 means first 10 lines.cat shows whole file, read is not for this, tail shows last lines.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions