eolas/neuron/6bd22abe-1c26-4082-9ee1-2e98738d9784/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
```