eolas/neuron/84bce166-ed13-454f-aa4b-b278e38fda7b/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
```