Hi, I'd like to copy a file into all recursive directories below the current directory, I've tried using: cp -R filename but it didn't work. Any suggestions? Kevin