I want to copy a certain file to a location, irrespective of that file already exists in the destination or not. I\'m trying to copy through shell script.But the file is not get
/bin/cp -rf src dst or /usr/bin/env cp -rf