How to force cp to overwrite without confirmation
I'm trying to use the cp
command and force an overwrite.
I have tried cp -rf /foo/* /bar
, but I am still prompted to confirm each overwrite.
I'm trying to use the cp
command and force an overwrite.
I have tried cp -rf /foo/* /bar
, but I am still prompted to confirm each overwrite.