Help for this page

Select Code to Download


  1. or download this
    join -t: -o{1,2}.{2,3} inbndtrk1.txt inbndtrk2.txt
    
  2. or download this
    join -t: -o{1,2}.{2,3} inbndtrk1.txt inbndtrk2.txt \
        | perl -F: -ane'printf "%s %s | %s %s",@F'