> i have the newest fileutils, but how i can overwrite alle the files without
> 
> --interactive? ...default setting is to answer the questions with "y" ...how
> i can turn off this or a letter for copy/overwrite all files...

The default for cp is to perform the action.  It won't prompt unless
you have explicitly given cp the 'cp -i' or 'cp --interactive' option.
You must be giving it the 'cp -i' option.  Find where you are doing
that option, stop doing that option, and cp will stop prompting you.

This will help debug:

  type cp
  cp is /bin/cp

Bob

_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to