Mike Barushok wrote on Feb 03, 2003 at 01:03:32 AM: > > Correction on my earlier reply, to find the location of all the > formmail files, use: > find /home/ -name formmail* >
Better yet, use: find /home -iname "form*ail*" I regulary see files named Formmail, FormMail and formail etc.. -iname uses case insensitive matching. Regards -- .- David Hardne <[EMAIL PROTECTED]> `-- wget -O- cybe.net/dh|gpg --import -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]