eolas/neuron/d51b0102-d73a-44e4-ad82-a3be740837e0/Save_readonly_Vim_file.md

12 lines
102 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
tags:
- Linux
- procedural
---
# Save read only Vim file
```
:w !sudo tee % >/dev/null
```