Skip to content

Instantly share code, notes, and snippets.

@uccmen
Created January 15, 2014 02:45
Show Gist options
  • Save uccmen/8429902 to your computer and use it in GitHub Desktop.
Save uccmen/8429902 to your computer and use it in GitHub Desktop.
How to solve the "Document is locked for editing" in LibreOffice issue.
1. Go to path of the locked document.(i.e, cd /path/to/lockedFile.csv)
2. rm .~lock.lockedFile.csv#
3. You can now open the document normally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment