The standard mv has no way to do this. Instead, use rsync.
rsync -av <source_folder> <target_folder> --remove-source-files
See: http://unix.stackexchange.com/questions/127712/merging-folders-with-mv
rsync -av <source_folder> <target_folder> --remove-source-files
See: http://unix.stackexchange.com/questions/127712/merging-folders-with-mv
No comments:
Post a Comment