I need a file to stay in the same location but also move it to a different location.
What am I doing wrong?
cp RubyTest.sublime-settings \
~/Library/Application Support/Sublime\ Text\ 2/Packages/User
|
Put quotes around the path, but leave the
Within quotes, you can't use the
|
||||
|
|
|
Stay in the same location and move to a different location is impossible - unless you are taling about a symbolic link.
As the comment says, your big problem is spaces in file names.
Wrap your arguments to
|
||||
|
|
ApplicationandSupport. – Gabe May 17 '12 at 4:31