Whats the best method to manipulate a text file through a script? A process would want to manipulate each single line of a file (identified by a unique value in the line) and change parts/entire content of the line.
I've tried using vi with "heredoc" but thats very tiring. Any better way?
Thanks to your suggestions.
Rgds, Ram.