Solved

What Is the Output of the Following Command?   Tail -N

Question 68

Multiple Choice

What is the output of the following command?   tail -n 20 test.txt


A) The first 20 lines of test.txt.
B) The last 20 lines of test.txt omitting the blank lines.
C) The last 20 lines of test.txt with line numbers.
D) The last 20 lines of test.txt including blank lines.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions