MBOXSTATS(1) MBOXSTATS(1) NAME mboxstats - count the messages in a Unix mbox SYNOPSIS mboxstats [-t] [-f] [-s] [-v] [filename] DESCRIPTION Mboxstats is for counting the number of messages in a Unix mbox. The mbox file is specified on the command line, (or defaults to stdin,) and statistics of the messages are printed to stdout. OPTIONS -t Don't output the "To: " lines. -f Don't output the "From: " lines. -s Don't output "Subject: " lines. -v Print the version and copyright banner of the program. filename Input filename. WARNINGS There is little or no provision for handling numerical exceptions. DIAGNOSTICS Error messages for incompatible arguments, inaccessible files, and opening and closing files. AUTHORS ---------------------------------------------------------------------- A license is hereby granted to reproduce this software source code and to create executable versions from this source code for personal, non-commercial use. The copyright notice included with the software must be maintained in all copies produced. THIS PROGRAM IS PROVIDED "AS IS". THE AUTHOR PROVIDES NO WARRANTIES WHATSOEVER, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY, TITLE, OR FITNESS FOR ANY PARTICULAR PURPOSE. THE AUTHOR DOES NOT WARRANT THAT USE OF THIS PROGRAM DOES NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD PARTY IN ANY COUNTRY. Copyright (c) 2004-2005, John Conover, All Rights Reserved. Comments and/or bug reports should be addressed to: john@email.johncon.com (John Conover) ---------------------------------------------------------------------- January 17, 2005 MBOXSTATS(1)