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??

        ed - <<foo

        /^PATTERN
        (.,$)d
        w
        q
        foo

        or anything else I've tried doesn't do it.  I could do it in
        C/C++,but c'mon... !  Any solutions in sed, perl, or ed/ex?

        tia, everybody,

        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]"

Reply via email to