how to move a particular file in a new subdirectory in unix code example
Example 1: linux move everything in a directory to another directory
mv -v ~/Downloads/* ~/Videos/
Example 2: how to move file from one directory to another in linux
mv file1 /tmp