有一个目录dir/。它包含子目录a- z. 我需要移动的子目录a-y成子目录z。如果这很难,那么不是a- z,而是提供需要移动的目录列表。
dir/
a
z
y
我怎样才能在 bash 中做到这一点?
bash mv
bash ×1
mv ×1