This is my case:
I have several php files in a directory, among other files.
How do I chmod -R 0755 *.php ?
The * is not supported. The man page suggests using the find command to print the filenames and redirect them to other commands, but I can't make it work. Does anyone have an idea?
Thanks!
