So I have a file
text.txt
with lines of some characters
example:
abc
abc
yxz
abc
now I would like to number the lines like this and copy it to another file.
End expected result:
1 abc
2 abc
3 yxz
4 abc
Asked by truninging
(33 rep)
Nov 17, 2016, 04:33 PM
Last activity: Dec 24, 2020, 09:19 AM
Last activity: Dec 24, 2020, 09:19 AM