eolas/neuron/33315529-fcad-4fb2-a939-4232f28ae487/Save_readonly_Vim_file.md

12 lines
102 B
Markdown
Raw Normal View History

2024-11-17 15:37:31 +00:00
---
tags:
- Linux
- procedural
---
# Save read only Vim file
```
:w !sudo tee % >/dev/null
```