how to move windows to another directory in linux code example
Example 1: how to move a directory in linux
mv /path/to/source /path/to/dest
Example 2: how to move file from one directory to another in linux
mv file1 /tmp
mv /path/to/source /path/to/dest
mv file1 /tmp