move contents of directory linux code example
Example 1: how to move a directory in linux
mv /path/to/source /path/to/dest
Example 2: linux move all files up a directory
mv myfolder/* .
mv /path/to/source /path/to/dest
mv myfolder/* .