Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # linux only,  
    ...
    print "$tail\n";
    exit;
    
  2. or download this
    #!/usr/bin/perl -w
    # example for files with max line lengths < 400, but it's adjustable 
    ...
    print "@tail\n";
    exit;