mv equivalent rsync command [closed] mv equivalent rsync command [closed] linux linux

mv equivalent rsync command [closed]


The following command line should achieve what you want:

$ rsync -a --progress --remove-source-files src/test/ dest