SyntaxFix
Write A Post
Hire A Developer
Questions
You need to use cp -t /home/shantanu/tosend in order to tell it that the argument is the target directory and not a source. You can then change it to -exec ... + in order to get cp to copy as many files as possible at once.
cp -t /home/shantanu/tosend
-exec ... +
cp