I have two text data files.
The first text file contains a long list of full paths to my files. d: \ cat \ cat1.txt
d:\test\file1-1.txt d:\test\file1-2.txt .... d:\test\file1-N.txt
The second text file contains a short list fullpath for my \ files
d: \ cat \ file \ cat2.txt
d:\test\file2-1.txt d:\test\file2-2.txt
I need a third file containing
d:\test\file1-1.txt d:\test\file1-2.txt d:\test\file2-1.txt d:\test\file1-3.txt d:\test\file1-4.txt d:\test\file2-2.txt d:\test\file1-5.txt d:\test\file1-6.txt d:\test\file2-1.txt
Thanks for reference.
user1334176
source share