You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
When trying to mv a file to a location which already has a copy of the file with the same name, I get a message saying this:
move: /Ebook_Upload/CEN/ANTIGONE by Sophocles 2.epub: /Processed/ANTIGONE by Sophocles 2.epub already exists. Use force flag to override this behaviour
I cannot figure out the syntax for the force flag. From what I can tell, it's not been implemented.
Here's my orig command:
/root/gopath/bin/drive mv "ANTIGONE by Sophocles 2.epub" /usr/gdrive/Processed/
Again, it works fine if it's not trying to overwrite the destination file. I just need to know how to use the force command.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to mv a file to a location which already has a copy of the file with the same name, I get a message saying this:
move: /Ebook_Upload/CEN/ANTIGONE by Sophocles 2.epub: /Processed/ANTIGONE by Sophocles 2.epub already exists. Use
force
flag to override this behaviourI cannot figure out the syntax for the
force
flag. From what I can tell, it's not been implemented.Here's my orig command:
/root/gopath/bin/drive mv "ANTIGONE by Sophocles 2.epub" /usr/gdrive/Processed/
Again, it works fine if it's not trying to overwrite the destination file. I just need to know how to use the force command.
The text was updated successfully, but these errors were encountered: