Answers for "moving files in terminal"

2

moving files in terminal

mv [file] [directory]
Posted by: Guest on May-09-2021
2

how to move file in the command line

% mv ~/Downloads/MyFile.txt ~/Documents/Work/MyFile.txt
Posted by: Guest on October-12-2020

Code answers related to "moving files in terminal"

Browse Popular Code Answers by Language