On 12-08-2004, at 11h 55'53", Jacob Friis Larsen wrote about "Re: Send equal reply to messages in mailbox folder" > > Mails are stored on a Linux box. And I have a Debian desktop. Would that > help? >
Try to run the grep '^From ' mailbox | awk '{print $2}' | sort | uniq if you only see - (minus) then is no help. If you see all kind of e-mail addresses, then you are on business, you can use any of the scripts, just save it in a file (e.g. script), make chmod +x file end execute the file (e.g. ./script). Or just copy and paste the commands to the terminal (echo $SHELL will tell you is you use (ba)sh or (t)csh). Ionel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]