The site owner of a site I help out with has run into an issue that she is sure she's solved before, but cannot figure out now. She's using Unix now and on her website she uses an .htaccess file to eliminate hotlinking of images. She wants to include this .htaccess file in all subdirectories in a particular directory. Now, the command we thought should have worked was...
cp -r .htaccess directory
but this is only copying it in the first subfolder. Is there ANY function that would get this file copies in all subdirectories with just one call?