how to transfer a file from one folder to another 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