Veritas-bu

[Veritas-bu] NB Perl scripting

2002-03-02 18:22:11
Subject: [Veritas-bu] NB Perl scripting
From: nhunt AT lehman DOT com (Noel Lindsay Hunt)
Date: Sun, 03 Mar 2002 08:22:11 +0900
> What I do in my scripts ( not a perl thing, but maybe it will put you on the
> right track) is pipe that command to tail +6, that will remove the header

sed 1,5d ...

nawk 'NR < 6 { next }...

<Prev in Thread] Current Thread [Next in Thread>