Hi
I am trying to write a pipeline which updates the content
of a file by replacing all the mathches of the word 'and'
with the symbol '&' and replaces the end of each line with
my name. I have tried using sed and can replace the and's but can't put my name at the end of each line. Please help.
Thanks Rob