I am doing certain text processing operations and finally able to get a file something like this
india
sudan
japan
france
now I want to add a comment in the above file like in the final file it should be something like
india | COUNTRY
sudan | COUNTRY
japan | COUNTRY
france | COUNTRY
like a same comment across the whole file. How do I do this?