codice:
for i in $(find /ftp/upload -mtime 3 -print); do
         mv $i /other/dir
done
~$ man find