What command can be used to display the last five lines of a text file?

A. end -5
B. head -5
C. stop -5
D. tail -5


Answer: D

Computer Science & Information Technology

You might also like to view...

What exception type does the following program throw?

``` public class Test { public static void main(String[] args) { Object o = new Object(); String d = (String)o; } }``` a. ArithmeticException b. ArrayIndexOutOfBoundsException c. StringIndexOutOfBoundsException d. ClassCastException e. No exception

Computer Science & Information Technology

In Microsoft Word 2016, you can edit a document from the Print screen.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To display all the slides in a presentation, you click the Slide Sorter button in the:

A) Slides group on the Home tab. B) Presentation Views group on the Home tab. C) Slides group on the View tab. D) Presentation Views group on the View tab.

Computer Science & Information Technology

Which of the following items can you import into a presentation?

A. photographs B. numerical data C. text D. All of the above.

Computer Science & Information Technology