Answers

Question and Answer:

  Home  Linux Shell

⟩ How do you print the lines between 5 and 10, both inclusive? a) cat filename | head | tail -6 b) cat filename | head | tail -5 c) cat filename | tail +5 | head d) cat filename | tail -5 | head -10

a) cat filename | head | tail -6

 177 views

More Questions for you: