You could use rsync(1)
:
rsync --remove-source-files /path/to/source /path/to/destination
This will remove successfully transferred files from the original path.
You could use rsync(1)
:
rsync --remove-source-files /path/to/source /path/to/destination
This will remove successfully transferred files from the original path.