[Help] Insert random texts to a specific line of .txt file
Posted: 2013-12-25 16:08
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.
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.