how to move a directory in linux

Shell
mv  -v ~/Downloads/* ~/Videos/
mv /path/to/source /path/to/dest
Source

Also in Shell: