Frank is trying to remove all files from a directory. The result of the rm command is shown:
$ rm *
rm: remove new_car_data (yes/no)?
Choose the command that might allow Frank to use the rm command without being prompted for
each file.
A.
unalias rm
B.
rm -i
C.
clear rm
D.
rm -a ‘rm -i’
Explanation: