Hello,
I need a tool that can insert random texts to a specific line of .txt file
example: I have a file: test.txt
line1: abcd
line2:
line3: efgh
line4: ijkl
I want insert random texts to empty line2:
123
456
789
Output file:
line1: abcd
line2: 456
line3: efgh
line4: ijkl
I don't know any tool to do it. I need insert random text to thousands of .txt files. Please help me. Thanks.
[Help] Insert random texts to a specific line of .txt file
-
thanhca
- Posts: 9
- Joined: 2013-12-25 15:48
-
Psyrus
- Retired PR Developer
- Posts: 3841
- Joined: 2006-06-19 17:10
Re: [Help] Insert random texts to a specific line of .txt file
Is it project reality related?
