Monthly Archives: December 2023

Sed strings to use in Vim

Sed strings make VIM very powerful. You can use them to do many things. The changes will not be written to the file until you save the file, so you are safe to experiment a bit. To delete lines 4-12: … Continue reading

Posted in Linux | Comments Off on Sed strings to use in Vim