Is there a way to find all files that have an * in the filename. Never heard of anyone using a wild card in a filename, but one of my users installed an application that did so.. Now looking to find them all and rename the files...
I tried
find / -name *"*"*
find / -name *'*'*
find / -name *\**
I tried
find / -name *"*"*
find / -name *'*'*
find / -name *\**