lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV LYNX: fast,easy rm of mail msgs


From: David Combs
Subject: LYNX-DEV LYNX: fast,easy rm of mail msgs
Date: Wed, 7 May 1997 15:06:40 -0700

Neat way to delete the unwanted OF lynx-dev mail,
   FROM unix mail, QUICK:

mail -H >! t25
egrep -i lynx t25 >! t26.lynx
(maybe:)
egrep -i <other thing> >! t26.other1
egrep -i <other thing2> >! t26.other2
...

   (awk2 is alias: awk '{print $2 }' )

awk2 t26.lynx | fmt >! t27.lynx
in vi, put "d " in front of each line
  (or add sed to above pipe)

Then, write down on paper the numbers from t26.lynx
that you DO want to read.

run mail, and read them.  DO NOT EXIT MAIL.

do ^Z (to mail)

cat t27.lynx (which contains lines "d 23 25 27 28 29 ...").

with mouse, "copy" those "d" lines (all of them
  at once).

fg back into mail.

paste!   zap, they're gone!  All at once.

Then you can do "h" and see what OTHER mail
you have...
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]