I have used this command mentioned below to find the files and move it in a folder:
$ find . -maxdepth 1 -name "Screen*.png" -exec mv ./ScreenShot/ {} +
This is showing this error:
usage: mv [-f | -i | -n] [-v] source target
mv [-f | -i | -n] [-v] source ... directory