From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 08:05:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375B816A4CE for ; Fri, 9 Jan 2004 08:05:12 -0800 (PST) Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B0043D54 for ; Fri, 9 Jan 2004 08:05:08 -0800 (PST) (envelope-from dlavigne6@sympatico.ca) Received: from genisis ([64.230.164.184]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040109160504.PDPA26187.tomts22-srv.bellnexxia.net@genisis> for ; Fri, 9 Jan 2004 11:05:04 -0500 Date: Fri, 9 Jan 2004 11:07:29 -0500 (EST) From: Dru X-X-Sender: dlavigne6@genisis.domain.org To: questions@freebsd.org Message-ID: <20040109110400.G610@genisis.domain.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: removing the first 10 lines of a file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 16:05:12 -0000 I remember coming across a trick (which I can't find now) which allowed you to page all of a file, except for the first 10 lines. I think it used a combo of head and tail to achieve this. I can't just use tail as the length of the file varies whereas the amount I don't want to see doesn't. Anyone know of a quick way to do this? Dru