Need NOT to sort , just simply merge.
Thanks !
Search found 2 matches
- 25 Feb 2015 11:34
- Forum: DOS Batch Forum
- Topic: Merge 2 files
- Replies: 2
- Views: 1385
- 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.
Eg.
file1.txt
123
456
file2.txt
123
789
After merging : file1.txt
123
456
789
Thank you.