Hi!!!
I have a txt file with many lines. I want to add a serial number and ':' in each line starting from the firtst line. For example:
I have: line1
line2
end i want:
1:line1
2:line2