Move a file

mv <origin directory> <destiny directory> -> moves a file to a destination path
$ mv file.txt C:/

Last updated