-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use mv when applicable #16
Labels
Comments
Hi @abaldwin88, could you please describe little bit the reason what command |
It does two things:
This is done so that users can delete/overwrite files but still paste it in later sessions. In short it makes cut/paste operations work. |
Aha, I see, thanks. |
What do you think about using hard links instead of Maybe even copying. |
The tricky part is linking to the correct content after a file has been
copied over top of. Take a look through some of the test cases around that.
…On Oct 6, 2017 12:12 PM, "Alex Bender" ***@***.***> wrote:
What do you think about using hard links instead of copying files?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOeD_bzvTWPkk9CUCovKl7SA4JuAJtXZks5splF0gaJpZM4PGu8H>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This...
Should instead be this...
The text was updated successfully, but these errors were encountered: