I deleted some large files from nautilus launched as sudo. They still show in /home/.Trash-0/files/<foldername>
when I type sudo sh -c "du -h /home | grep -P '[0-9]G\t'"
but when I type sudo rm /home/.Trash-0/files/*
I get the message:
rm: cannot remove `/home/.Trash-0/files/*': No such file or directory
I was able to delete individual files with their exact file names in place of *, but when I used *, it gave the error message as above. I do not want to have to delete them all individually if I can help it.