Here's an example of content in a file
This_is_line_1 : 1
This_is_another_line :2
This_is_3rd_line :3
Here_is_line_4 :4
So, how can using emacs to add char @
immediately to the end 1 string on each line, i.e.
This_is_line_1@ : 1
This_is_another_line@ :2
This_is_3rd_line@ :3
Here_is_line_4@ :4