Search found 2 matches

by ETTL
25 Feb 2015 11:34
Forum: DOS Batch Forum
Topic: Merge 2 files
Replies: 2
Views: 1385

Re: Merge 2 files

Need NOT to sort , just simply merge.

Thanks !
by ETTL
24 Feb 2015 21:25
Forum: DOS Batch Forum
Topic: Merge 2 files
Replies: 2
Views: 1385

Merge 2 files

How to merge 2nd file with first file , not taking duplicate lines .
Eg.
file1.txt
123
456

file2.txt
123
789

After merging : file1.txt
123
456
789

Thank you.