I'm trying to copy a bunch of files/directories using a terminal command, cp. The command I'm using is:
sudo cp -r *.tests ~/Desktop
tests are directories with stuff in them. However I get a few No such file or directory errors. I'm not sure how I can get this error if I'm doing a recursive copy. If it doesn't exist, how would I be seeing it?