cp -f [original file] [new file]
Copies the original file and overwrites the target file (hence -f which stands for “force”).
cp -f [original file] [new file]
Copies the original file and overwrites the target file (hence -f which stands for “force”).