find path/to/dir/* -name 'this_dir_stays_put' -type d -maxdepth 0 \
-exec mv {} new/location \;
find path/to/dir/* -name 'this_dir_stays_put' -type d -maxdepth 0 \
-exec mv {} new/location \;
find path/to/dir/* -name 'this_dir_stays_put' -type d -maxdepth 0 \
-exec mv {} new/location \;
find path/to/dir/* -name 'this_dir_stays_put' -type d -maxdepth 0 \
-exec mv {} new/location \;