how to move files from one directory to another directory in unix code example
Example 1: how to move a directory in linux
mv /path/to/source /path/to/dest
Example 2: how to move file in directory in linux
mv file dir
mv /path/to/source /path/to/dest
mv file dir