There is a directory dir/. It contains subdirectories a-z. I need to move subdirectories a-y into subdirectory z.
If that's hard, then not a-z, but by providing a list of directories that need to be moved.
How can I do this in bash?