terminal cp command
What am I doing wrong here? The file is obviously there since it shows up with the ls -l but then I do the cp and it says it is not there.
Here are my commands:
Franks-MBP:views admin$ pwd
/Users/admin/bitbucket/source/application/views
Franks-MBP:views admin$ ls -l /bitbucket/sourcecode/ci/application/views/info.php info.php
-rw-r--r-- 1 admin staff 102058 Apr 6 12:02 info.php
Franks-MBP:views admin$ ls -l info.php
-rw-r--r-- 1 admin staff 102058 Apr 6 12:02 info.php
Franks-MBP:views admin$ cp /bitbucket/sourcecode/ci/application/views/info.php info.php
cp: /bitbucket/sourcecode/ci/application/views/info.php: No such file or directory
Franks-MBP:views admin$
Windows PC-OTHER, Other OS