Help for this page

Select Code to Download


  1. or download this
    perl -e "print sort <>" file.txt
    
  2. or download this
    perl -e "print sort {chomp($x=$a); chomp($y=$b); $x cmp $y} <>" file.t
    +xt