move file to folder bash code example
Example 1: move files with in bash
mv path/to/src to/path/destination
Example 2: how to move file from one directory to another in linux
mv file1 /tmp
mv path/to/src to/path/destination
mv file1 /tmp