answersLogoWhite

0

the cp command would copy "do" over "done"

if this isn't the behavior you want, you can do "cp -n" to not overwrite if "done" exists, or "cp -i" to prompt you whether you want to overwrite or not.

User Avatar

Wiki User

14y ago

What else can I help you with?