procmail
[Top] [All Lists]

Re: Pulling text and resending

2002-07-11 10:07:28
So as Sean was saying,

| At 22:32 2002-07-10 -0700, Matt Thoene wrote:

| > I know Sean is going to eat me for lunch

No danger there.  Sean's been told to watch his cholesterol.

| Geez, why do I get such a bad wrap?

The expression is "bad rap," derived from "rap sheet."  Anyhow, one comment on
Sean's suggestion to Matt:

|          :0Wbfi
|          | sed -n '6-11p'

That should be  6,11p  with a comma, not a hyphen.  But there's a better way;
q is your best friend with sed calls:

           :0Wbfi
           | sed -e 1,5d -e 11q

Let sed stop working when its job is done.

And that's a wrap.



_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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