Page is a not externally linkable
Philosopher - 3:39 pm on Jun 8, 2006 (gmt 0)
I have a directory that I want to copy over to many other directories. I am using the following command sequence cp -rRp * path/to/targetdirectory Everything is copied and all permissions are preserved except for the .htaccess file. Is there an option I'm missing that will force cp to copy the .htaccess file as well? Thanks in advance
Well let me start by saying I don't do much command line work with *nix systems so I'm sure I'm missing something simple.