Which flag should be added to the rm command to prompt the user with a question mark before deleting each file?
Explanation
The '-i' option enables interactive mode in the rm command, causing it to ask for confirmation with a '?' before deleting each file. Other options like '-r' are for recursive deletion, '-x' is not a valid rm option, and '-1' is unrelated.