I am using the rename command to replace geo from the name of files residing in the current directory.
rename "s/geo//g" *
Because I have many directories with files in them, what can I do to automate this. I could use the find command, but how should I use find.