eolas/neuron/e74b7b2d-cac4-4437-99e5-f94adaa32c60/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
```