gri grigri wrote:
> I have no bug, but an missing feature:
> cp -p ... ...
> like 
> mkdir -p ...
> for the case, that I want to copy a file in a yet not existing directory.

Try using rsync.  It will create the directory.

  rsync somefile somedir/

It will create somedir and place somefile within it.

Bob


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to