move directory and files 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 in directory in linux
mv file dir
mv /path/to/source /path/to/dest
mv file dir