On Wed, Aug 15, 2007 at 04:01:52PM -0300, Roberto Rodr?guez wrote:
> Hello, I want to ask the developers what do they think about implementing a
> way to do "cp -r .* target" (copy files and directories starting with dot)
> without copying the parent directory ".." (I think that's what the user
> usually intends to do)
I did a quick search for "cp --exclude", since it seems this is really
the kind of thing that might get implemented, and didn't immediately
find anything interesting about it. However, following the first link,
I found somebody asking the same question as you, and the suggestion:
$ cp .[^.]* target
was made.
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils