eolas/zk/Save_readonly_Vim_file.md
2024-06-16 18:30:03 +01:00

11 lines
102 B
Markdown

---
tags:
- Linux
- procedural
---
# Save read only Vim file
```
:w !sudo tee % >/dev/null
```