shell script mv directory code example
Example 1: how to move a directory in linux
mv /path/to/source /path/to/dest
Example 2: move command in linux
mv filename dirname
mv /path/to/source /path/to/dest
mv filename dirname