I am looking for a simple way to delete specific files from all users documents. I would expect the following would work, but it does not seem to. Am I missing something here?
#!/bin/sh
rm -rf "/Users/*/Documents/Power Point Files/ppt1.potx"
rm -rf "/Users/*/Documents/Power Point Files/ppt2.potx"