Example:
File (A) = Group.txt
File (B) = Name.txt
File (C) = Title.txt
File (D) = Rep_Number.txt
我想要完成的是,从文件 A、B、C 和 D 中复制第一行。从这 4 个文件中复制第一行后,我需要将它们编译到文件 E 中,例如:
File (E)
Sales | Mathew | Manager | 1022132625
support | Robert | Employee | 5421565581
Project man. | Jake | Employee | 5412765894
为了清楚起见,我需要将文件 A、B、C 和 D 中的第 1 行编译成文件 E 第 1 行。文件 A、B、C 和 D 中的第 2 行要编译到文件 E 第 2 行,依此类推。提前致谢!!