how to move multiple folders in linux code example
Example 1: mv multiple directories
mv folder1 folder2 folder3 -t DESTINATION
Example 2: mv multiple directories
mv file1 file2 file3 -t DESTINATION
mv folder1 folder2 folder3 -t DESTINATION
mv file1 file2 file3 -t DESTINATION