Help for this page

Select Code to Download


  1. or download this
    foreach line in file1...
    {
    ...
         ...many comparisons... decide which one is next
      }
    }
    
  2. or download this
    foreach line in file1...
    {
    ...
        output the file1 line
    }
    output rest of file2 lines (if any)