What happens if you press TAB after typing the following commands?

Assume that the working directory contains the following files:
adams.ltr.03
adams.brief
adams.ltr.07
abelson.09
abelson.brief
anthony.073
anthony.brief
azevedo.99

a. less adams.l
b. cat a
c. ls ant
d. file az
What happens if you press CONTROL-D after typing the following commands?
e. ls ab
f. less a


a. $ less adams.ltr.0
b. $ cat a
c. $ ls anthony.
d. $ file azevedo.99
e. abelson.09 abelson.brief
$ ls ab
f. abelson.09 adams.brief adams.ltr.07 anthony.brief
abelson.brief adams.ltr.03 anthony.073 azevedo.99
$ less a

Computer Science & Information Technology

You might also like to view...

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

1) The derived class inherits all the attributes and methods of its base class. 2) A derived class must define a constructor that calls the base class’s constructor. 3) All base classes of a derived class are explicitly listed inside parentheses when the derived class is defined. 4) To use an object of another class, a class must inherit from that class. 5) A derived class uses only the base-class methods that it overrides.

Computer Science & Information Technology

The ___________ OS tab settings provide an opportunity to preconfigure the general settings you need for installing a Windows server operating system.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

This famous problem involves placing grains of wheat on the squares of a chessboard. A single grain of wheat is placed on the first square. Two grains are placed on the next square and four grains on the next. The board is filled with wheat, each square receiving twice that of the preceding square, until all 64 squares are filled. Of course, the number of grains of wheat become far too great to

fit on a square, or on the entire board, or even the room that holds the board. Express the number of grains on the first square as 2 raised to some power.

Computer Science & Information Technology

What does applying a banded row format do to a Pivot Table?

A) Puts a line between each row B) Puts a band around subtotals C) Shades odd and even rows differently D) Keeps totals together

Computer Science & Information Technology