How can I move multiple folders into another directory ? For example, I would like to move the folder 000/ 001/ 002/ to train/000/ train/002 train/003. Is there a simple command that I can use like
mv --from 000/ 001/ 002/ --to train/000/ train/002 train/003
mv -t 10 11 12 HW
mv: illegal option -- t
iszsh
– CodeFinity Jul 29 '21 at 13:02