Hi, I don't know why I get this error. I have the directory called mock, which inside has another 3 directories. I am trying to copy all the items from the mock directory into the projweek directory using the below code.
cp /mock/* ~/projweek
But I get the below error
cp: cannot stat ‘mock/*’: No such file or directory
any ideas as to why that is?