I am new to Unix commands. I would just like to ask if adding a tab or should i say multiple spaces right after at the end of each line in Unix is possible?
To give a clearer view of what i am talking about, Supposed i have a text file named WOW.txt and it contains: (Note that WOW.txt is a product from a script that i run. So it is automatically made by a a script)
Wow
Wow2
Wow3
Wow4
And i want to add tabs at each end of line. This is how i want to be an output.
Wow1 KERV
Wow2 KERV
Wow3 KERV
Wow4 KERV
or
Wow1, KERV
Wow2, KERV
Wow3, KERV
Wow4, KERV
Thats i want to be an output. I just want to add the word 'KERV' at each end of a line on my text file. So please somebody help me???
A reply from you would be greatly appreciated. Thanks!!!!