The less utility (Sobell, page 53), which was introduced in the previous lab, displays a file one screen at a time. Use the less utility to display a long file, such as /etc/services, one screen at a time and exit from less.

What will be an ideal response?


$ less /etc/services
...
Press the SPACE bar to display subsequent screens of text and press q to exit
from less.

Computer Science & Information Technology

You might also like to view...

Which of the following performs the same operation?

Given the if/else statement: if (a < 5) b = 12; else d = 30; a. a < 5 ? b = 12 : d = 30; b. b < 5 ? b = 12 : d = 30; c. a >= 5 ? d = 30 : b = 12; d. d = 30 ? b = 12 : a = 5; e. None of these

Computer Science & Information Technology

The two contextual tabs that appear when a table is active are Layout and ________

A) Design B) Properties C) Edit D) Options

Computer Science & Information Technology

If the underlying data for a PivotTable changes, you must ________ the PivotTable to show the changes

Fill in the blank(s) with correct word

Computer Science & Information Technology

Users can rate online templates on a scale of 1 to 5 ________

A) thumbs ups B) check marks C) stars D) smiley faces

Computer Science & Information Technology