On Tue, September 19, 2006 07:15, Benjamin Franz wrote:<br />&gt; On Tue,
19 Sep 2006, Michael W Cocke wrote:<br />&gt; <br />&gt;&gt; I know this
must have been covered before, but I can't find it...<br />&gt;&gt;<br
/>&gt;&gt; How can I get cp to overwrite existing destination files
without being<br />&gt;&gt; prompted for every file?  --force doesn't do
it, --remove-destination<br />&gt;&gt; doesn't do it (although from
reading the man page I would expect<br />&gt;&gt; either one to to work)
and --reply=yes complains that it's being<br />&gt;&gt; depreciated.<br
/>&gt;&gt;<br />&gt;&gt; If the answer is &quot;'you can't&quot;, can I
get a pointer to the source for<br />&gt;&gt; cp?<br />&gt; <br />&gt;
Although you didn't say so, you must be trying it as 'root'. When
running<br />&gt; as root, RH aliases 'cp' to 'cp -i'. So type 'unalias
cp' to unalias it.<br />&gt; <br />&gt; You can get the full list of
aliased commands by typing 'alias'.<br />&gt; <br />&gt; --<br />&gt;
Benjamin Franz<br /><br />When in doubt and far simpler is to preface the
command with \<br />i.e \cp file1 file2<br /><br />-- <br />Pete