Help for this page

Select Code to Download


  1. or download this
    cut -f3 -d, <file1.csv | sort -u >file1.cut.sort
    cut -f3 -d, <file2.csv | sort -u >file2.cut.sort
    comm -23 file1.cut.sort file2.cut.sort
    
  2. or download this
    use strict;
    use warnings;
    ...
       print "$_\n";
    }
    close $fh1;