Quote
Could I instead do: mv newfile-a ../dir-b
Could I do : ls ..
i'm not sure i understand why you're asking those questions. don't you have access to a computer where you can try them out? but to answer your questions, yes.
Quote
3.) (I'm in dir-a) Move file-b to dir-b and rename the file to new-fileb
Not sure about this one
mv file-b ../dir-b/new-fileb
Quote
Do you only want to use dots when you plan on actually moving to that directory?
No. they're relative path, so anytime you want to reference a directory, it works.
This post was edited by carteblanche on Oct 9 2017 06:40pm