Compare files & deduplicate file without sorting?


Results 1 to 3 of 3

Thread: Compare files & deduplicate file without sorting?

Threaded View

  1. #1
    Join Date
    Apr 2014
    Posts
    34

    Compare files & deduplicate file without sorting?

    Hello,

    i got two files with several thousand lines

    and i want to deduplicate file1 (remove from it lines that already exist in file2)

    these lines contains various symbols like quotation marks, $ etc

    the command must not change lines order. just remove duplicate lines...

    i found several ontopic tutorials, but they use sorting which i cant use as its important for lines order to stay as it is, just remove duplicate lines..

    Thank you
    Last edited by postcd; 07-05-2015 at 07:18 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •