On Sun, Jan 18, 2004 at 02:48:42PM +1100, Gautam Gopalakrishnan wrote:
> On Sat, Jan 17, 2004 at 07:09:12PM -0800, Gary Kline wrote:
> >
> > I've written scores of scripts to hack text files, but this
> > one has me dead in the water.
> >
> > How can I delete all lines from /^PATTERN to EOF??
> >
>
> sed -e '/pattern/,$d'
>
Yep. Thisis what i used, in fact. thanks.
gary
>
--
Gary Kline [EMAIL PROTECTED] www.thought.org Public service Unix
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"