I would like to move a file via the terminal using the mv
command. The syntax is
mv file_old_dir file_new_dir
I am already in the directory where I want the file moved. I just did mv file_old_dir
which didn't work.
How can I do this?
mv file_old_dir "here"