1 .txt file contains
abc 1234 def
2.txt file contains
efg ?
How can I replace the ? in 2.txt with the 1234 from 1.txt so that 2.txt becomes
efg 1234
The 1234 here is a variable..
I hope everyone can solve this difficult problem that has bothered me for more than half a year. I'd be extremely grateful.
abc 1234 def
2.txt file contains
efg ?
How can I replace the ? in 2.txt with the 1234 from 1.txt so that 2.txt becomes
efg 1234
The 1234 here is a variable..
I hope everyone can solve this difficult problem that has bothered me for more than half a year. I'd be extremely grateful.
