How can I delete a folder with whitespace in its name, but without quoting the folder name? I also need to be prompted to confirm the deletion. I know how to do it like this:
rm -ri /home/user/'my folder'
But how can I do this without quotes? Is there another way?