linux move files one by one form one folder to another code example
Example 1: move files with in bash
mv path/to/src to/path/destination
Example 2: linux command to move a file to another directory
mv filename directoryname
mv path/to/src to/path/destination
mv filename directoryname