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