eolas/zk/Save_readonly_Vim_file.md

12 lines
102 B
Markdown
Raw Normal View History

2023-01-18 19:52:45 +00:00
---
2024-06-16 18:30:03 +01:00
tags:
- Linux
- procedural
2023-01-18 19:52:45 +00:00
---
# Save read only Vim file
```
:w !sudo tee % >/dev/null
```