Vim – add string to the end of each line April 26, 2018 / Linux / Kommentar verfassen How to add a string to the end of each line with the command line editor vim under Linux::%s/$/\YOURSTRING/g