On Thursday 14 of May 2009 03:33:35 Dave Jones wrote: > Aloha, > > An "undocumented" -and very useful- feature of GNU's 'cp' > > --reply=yes (no? query?)
Does cp --force do the job for you? If not, you can still use the following: $ yes | cp ... In case of --reply=no and --reply=query there are already equivalents (-n, -i) as Eric said. Kamil _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
