In our case, we have some files in the directory /root/Documents/folder1 in which we want to delete the files which start with sam*, we have proceeded with the command
rm sam*
which is working fine but we need to know which file is being deleted during the deletion progress.