Use the find command to remove all the files in your home directory names core and those having the .bak extension. What command did you use?

The following session shows the command for performing the given task.


```
$ find ~ \( -name core -o -name ‘*.bak’ \) -print -exec rm {} \;
[ output of the command ]
$
```

Computer Science & Information Technology

You might also like to view...

The ____ process is similar to listening to a radio broadcast because you listen as the music is transmitted, and the music is not permanently stored on your computer.

A. iRiver B. digital audio extraction C. streaming D. wavetable synthesis

Computer Science & Information Technology

You can select an entire column in Microsoft Excel 2016 by:

A. ?double-clicking the active cell. B. ?Dragging the mouse over the last three cells. C. ?Left-clicking the column header. D. ?Using the select button in the Page Layout tab.

Computer Science & Information Technology

The first step in the CompTIA troubleshooting process is to identify the problem

Indicate whether the statement is true or false

Computer Science & Information Technology

A circle that enables you to adjust the height or width of a selected chart.

What will be an ideal response?

Computer Science & Information Technology