Reputation: 11
I would like to change the first text file to the second:
1st: Input:
"127.0.0.1"
"Local"
"abph64ct"
"142.239.85.245"
"Omnipro"
"Abbs1"
2nd: Desired Output:
"127.0.0.1" "Local" "abph64ct"
"142.239.85.245" "Omnipro" "Abbs1"
Basically, I would like three fields on each line. This example only shows two 'iterations'; there could be many more.
Upvotes: 0
Views: 138