I am trying to write a python script that can take a word from one file and transfer it to a specific location in another file.
for example, lets say i have a file called hb15b.txt
and it includes the following:
MODIFY-USER 2671, "hb15b01", " UGz9", 1,
How can i get the position of hb15b01 and then use the position to transfer hb15b01 to another text file?
i know i am a beginner and still need guidance from those who know more than i do but i still would like to kind of figure out the solution myself. don't like to be spoon fed!