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

Re: scripting question



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.







Reply to: