JAVA/Sun Exam Questions

Choose the command that might best help you to remove these dissimilar files.

You have a directory that contains more than 30 files. You need to remove a number of these files, but each of the files you need to remove is uniquely named. Choose the command that might best help you to remove these dissimilar files.

A.
rm -? *

B.
rm -?

C.
rm -i

D.
rm -i *

E.
rm *

F.
rm -r *