move file through cmd code example
Example 1: cmd move file to folder
move filename directoryname
Example 2: how to move file in the command line
% mv ~/Downloads/MyFile.txt ~/Documents/Work/MyFile.txt
move filename directoryname
% mv ~/Downloads/MyFile.txt ~/Documents/Work/MyFile.txt