When i type command
cp notExistsFile.txt ~/Desktop/ its gives an error: "cp: cannot stat `notExistsFile.txt': No such file or directory"
is "cp command" have any option such that if file doesn not exits it wont give any error , it just skip it.
i am performing this from shell script