command to move multiple files from one directory to another in linux code example
Example: how to move multiple files from one folder to another in linux
mv file1 file2 file3 -t DESTINATION
mv file1 file2 file3 -t DESTINATION