Tagged Questions
1
vote
1answer
113 views
Move files to mapped network folder
I was wanting to know the best or preferred way to move files from one computer to a networked hot folder. I have looked at mv and cd but all the references discuss using it locally. I would need to ...
4
votes
4answers
181 views
Follow a moved file to its destination directory
Is there a way to move a file from a directory to another and then cd into the latter in one command? Something like mv /a/file /another/dir && cd _ but without typing second time the ...
3
votes
2answers
153 views
How does bash continue to work correctly when you move its working directory?
On Linux, I moved a directory to another directory using mv, and in another shell, my working directory happened to be the directory that was moved.
I ran hg pull in that shell, and to my surprise, ...