Re: Shell stripting

From: Ian D. Bjorhovde (ianbjor@MOBILEAUDIO.COM)
Date: Thu Mar 20 2003 - 08:58:53 EST


Adam Hanel wrote:
> What if the file grows periodically? Say 5-10 lines a week. I would still
> only want the first 69 lines, then the rest of the file, split into two
> separate files.

Does AIX's tail support the +line method (or is this GNU specific)?

e.g. head -69 file ; tail +70 file



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:41 EDT