----- Original Message -----
> Nkuipers wrote: > > >>e.g. I have a file with a header - and I only need the data from line > >>100 and forward where the single lines are put in to a array for further > >>"treatment". > > > > should probably be "$. == 100" but this is a bit better: > > last if($. > 100); > because you don't care anything after 100 lines, Hi He only cares lines 100 onwards regards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]