Which command is used to display the final 10 lines of a file?

Choose the correct answer

Explanation

The 'tail' command outputs the last part of a file, by default showing the final 10 lines. 'head' shows the beginning of a file, 'grep' searches for patterns, and 'cat' concatenates and displays file contents.

Which command is used to display the final 10 lines … — Basic of linux unix | PakQuizHub