how to move files from one directory to another in terminal code example
Example: how to move file in the command line
% mv ~/Downloads/MyFile.txt ~/Documents/Work/MyFile.txt
% mv ~/Downloads/MyFile.txt ~/Documents/Work/MyFile.txt