Help for this page

Select Code to Download


  1. or download this
        perl -pe '$.>10&&last' yourfile.txt
    
  2. or download this
    # the Albannach method expanded (only read $n_lines from file):
    
    ...
        print @lines;
        __END__