What is the output of the following command? tail -n 20 test.txt
Posted: Sat Aug 20, 2022 7:47 am
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.
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.