in reply to Moving files recursively to new subfolder
cp -r dir1 dir2 rm -rf dir1 mkdir dir1 [download]