In my Desktop directory, I have a file called "ex12.txt"
I want to copy it and move it to another directory named "temp" in another location.
I've tried this:
Jahvons-MacBook-Air:desktop jahvonashmeade$ cp ex12.txt temp/
Then I get this
cp: directory temp does not exist
What exactly am i doing wrong?
EDIT: Never mind guys I found out the problem. I was skipping the root folder in the path directions.