cp -n equivalent in Solaris (copy without overwrite) ?
guyshiloNov 22 2012 — edited Nov 22 2012Hello
I need to take all files in directory A and copy them into directory B, but without overwriting existing files in B.
In Linux there is an option "copy -n" that does that, but it does not work in Solaris.
Is there a similar option in Solaris ?
Thanks
Guy