Help for this page

Select Code to Download


  1. or download this
    perl -F: -lane 'print $F[0] if /^[A-Z]/' infile
    
  2. or download this
    perl -F: -lane 'push @x, $F[0] if /^[A-Z]/}{print for sort @x' infile