I would like to delete, from within a script, a file with name foo-4439.bar, for example, where the number is not known, a priori. I have been trying variations on
run(`rm foo-*`)
but have not managed to come up with anything that works. There is a message about quoting special characters like β*β, but trying that does not help. TIA