The command find . name "first.cpp" exec rm {}\;

a: starts from the current directory, and deletes all instances of first.cpp
b: starts from the home directory, and executes all instances of first.cpp
c: starts from the root directory, and removes files that are executable
d: all of the above


a: starts from the current directory, and deletes all instances of first.cpp

Computer Science & Information Technology

You might also like to view...

To open the Document Settings dialog box, on the menu bar, click ____, and then click Document.

A. Change B. Properties C. Modify D. Attributes

Computer Science & Information Technology

Dimensions determine how large a picture looks on a screen.

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

Computer Science & Information Technology

To reset a bullet to the default symbol, click ____________________ in the Bullets and Numbering dialog box.?

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

Computer Science & Information Technology

Stamp coupling ____.

A. passes only the minimum required data from the calling function to the called function.   B. passes data in arrays or as structures. C. passes flags that may be used to direct the logic flow of a function. D. uses global variables to communicate between two or more functions. E. allows one function to directly access the data in another function.

Computer Science & Information Technology