One possible approach would be to use a few files and use paste on those files where:
dfile holds date,
mfile holds good messages,
sfile holds spam messages
tfile is temporary file

paste dfile mfile >tfile
paste tfile sfile >dfile
rm mfile
rm sfile
rm tfile
cat dfile

hth.






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to