unix move directory code example
Example 1: how to move a directory in linux
mv /path/to/source /path/to/dest
Example 2: linux command to move a file to another directory
mv filename directoryname
mv /path/to/source /path/to/dest
mv filename directoryname