Dear all
Is it possible to rename a file without entering in its directory beforehand using cd? I cannot seem to run the following:
I have found previous posts regarding similar issues but there does not seem to be a clear definitive answer on the topic. I would prefer not to use any user-written command to achieve what i want.
Thank you.
Is it possible to rename a file without entering in its directory beforehand using cd? I cannot seem to run the following:
Code:
!mv "`c(sysdir_plus)'file1.do" "`c(sysdir_plus)'file2.do"
Thank you.
Comment