I have a file of that looks as follows:
foo bar
tom jerry
UNIX Linux
Each word and/or Linux is a different length. How do strip or remove the last character from each line using bash or ksh shell only?
{ 3 comments }
Q. I can append text to a file using >> operator but how do I prepend a text to a file? I want the opposit of >> operation?
{ 33 comments }