Bulk move in ssh command

Hi All,

I am getting an problem. I am using ssh command in shell script to copy all files from a dir to another.

find /home/dee -type f ! -newer /tmp/new | xargs -i cp {} /home/past{}

This works fine but when I replace cp with mv, nothing happens! not even error.

Can anybody please help! Thanks

---------- Post updated at 09:19 AM ---------- Previous update was at 08:45 AM ----------

Its done!! problem was in - newer option !!