Hi There! I wanted to parse a text file searching for text "$$$$$" and append some come content at the end og the line where the text is found.
example:
input file:
Hi there! you read this msg
$$$$$ 1234,2345
output file:
Hi there! you read this msg
$$$$$ 1234,2345,6479
Added 6479...