[Chicago-talk] removing line from file.

Richard Reina richard at rushlogistics.com
Wed Mar 9 12:01:49 PST 2005


That's just what I needed.  Thanks again for all the
help.

Richard
--- Andy_Bach at wiwb.uscourts.gov wrote:

> Sorry, we were being 'cute'.   A standard script
> behead.pl might be:
> #!/usr/bin/perl -w
> use strict;
> while (<>) {
> # ignore first 4 lines
>      next if 1 .. 4;
> # do whatever you want w/ other lines
> ...
> # reset $. - line number for multiple files
>      close ARGV if eof;
> 
> }     # while <>
> 
> 
> so, you could do:
> behead.pl file1 file2 file3
> 
> Outputting to separate files is left as AEFTR  or
> another email. Is this 
> what you where asking?
> 
> a
> 
> Andy Bach, Sys. Mangler
> Internet: andy_bach at wiwb.uscourts.gov 
> VOICE: (608) 261-5738  FAX 264-5932
> 
> In 1968 it took the computing-Power of 2 C-64 to fly
> a rocket to the moon.
> Now, 1997 it takes the Power of a Pentium 133 to run
> Microsoft Windows 95.
>                     Something must have gone wrong.
> _______________________________________________
> Chicago-talk mailing list
> Chicago-talk at pm.org
> http://mail.pm.org/mailman/listinfo/chicago-talk
> 



More information about the Chicago-talk mailing list