Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        close $fn;
    }
    
  2. or download this
    sort -k2 -o file1 file1
    sort -k2 -o file2 file2
    join -j 2 -t '       ' file1 file2  # inserted a tab between the quote
    +s with Ctrl-V