hown: $ rm * rm: remove new_car_data (yes/no)?

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.

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:



Leave a Reply 0

Your email address will not be published. Required fields are marked *