Thanks in advance for helping me in this issue,
I have two files
file1.txt which contains:
adam
william
Joseph
Hind
Raya
and file2.txt which contains:
Student
Teacher
What I want is to combine the two files in one file in this way, so that when the eof
of file2.txt is reached, it re-reads it again and continue the
Combined.txt:
adam
Student
william
Teacher
Joseph
Student
Hind
Teacher
Raya
Student