Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Awk > Re: sort email ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 11 of 12 Topic 2169 of 2317
Post > Topic >>

Re: sort email by date

by spcecdt@[EMAIL PROTECTED] (John DuBois) Feb 25, 2008 at 10:08 PM

In article
<fe2c55b5-82cc-44cc-9c84-29e37228d3e4@[EMAIL PROTECTED]
>,
droid  <jshowalter@[EMAIL PROTECTED]
> wrote:
>I'm looking for a script/program to sort large email files by date.
>I'm asking here because of AWK's reputation for pattern matching, but
>would welcome any script/program that can perform this task on either
>Unix or DOS/Windows.

Depending on how messages are separated in your mailboxes, this might work
for
you:

ftp://ftp.armory.com/pub/scripts/mail/from

You would do:

from -f:date -o%M infile > outfile

It isn't the primary purpose of this utility, so it's likely to be slow
and
memory intensive (it will load the entire contents of your mailboxes into
memory while sorting).  But it is at least an example of sorting mailboxes
by
date in awk :)

	John
-- 
John DuBois  spcecdt@[EMAIL PROTECTED]
  KC6QKZ/AE 
http://www.armory.com/~spcecdt/
 




 12 Posts in Topic:
sort email by date
droid <jshowalter@[EMA  2008-02-24 11:20:20 
Re: sort email by date
Ed Morton <morton@[EMA  2008-02-24 15:25:27 
Re: sort email by date
gazelle@[EMAIL PROTECTED]  2008-02-25 00:56:26 
Re: sort email by date
Ted Davis <tdavis@[EMA  2008-02-24 20:16:22 
Re: sort email by date
droid <jshowalter@[EMA  2008-02-24 19:47:46 
Re: sort email by date
Ted Davis <tdavis@[EMA  2008-02-25 08:21:37 
Re: sort email by date correction
Ted Davis <tdavis@[EMA  2008-02-25 10:49:08 
Re: sort email by date
Edward Morton <morton@  2008-02-25 08:28:01 
Re: sort email by date
Ed Morton <morton@[EMA  2008-02-25 08:28:59 
Re: sort email by date correction
droid <jshowalter@[EMA  2008-02-25 09:19:54 
Re: sort email by date
spcecdt@[EMAIL PROTECTED]  2008-02-25 22:08:12 
Re: sort email by date
William James <w_a_x_m  2008-02-25 16:12:50 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 0:57:59 CDT 2008.