Re: Shell stripting

From: Matt Lawrence (matt@TECHNORONIN.COM)
Date: Wed Mar 19 2003 - 13:58:45 EST


On Wed, 19 Mar 2003, Adam Hanel wrote:

> I need to split a 901 line file, into two files. One file with the first 69
> lines, and the second file with the remaining 832 lines.

head -69 <file>
tail -832 <file>

-- Matt



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