Help,
I need the syntax for the Linux 'find' command for this issue.
I want to run a script in the working directory and all directories below it.
The script alters file names, etc.
So I just want it to run in each directoy and move on.
find (next directory) (run) clean-up.sh
Any ideas?
Thanks,
Rob