For the life of me I cannot move a file in a terminal. I have seen every example online and when I try my own version I get this response:
usage: mv [-f | -i | -n] [-v] source target
mv [-f | -i | -n] [-v] source ... directory
I have tried "man mv" but the manual was not much help can anyone give me some suggestions. I want to be able to manipulate my files using a terminal. Thanks in advance.
usage: mv [-f | -i | -n] [-v] source target
mv [-f | -i | -n] [-v] source ... directory
I have tried "man mv" but the manual was not much help can anyone give me some suggestions. I want to be able to manipulate my files using a terminal. Thanks in advance.