Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2002 15:23:39 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        Steven Lake <raiden@shell.core.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Determining # of mail's per user
Message-ID:  <Pine.BSF.4.21.0206161520110.7129-100000@wonkity.com>
In-Reply-To: <20020616203646.GB81446@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 16 Jun 2002, Dan Nelson wrote:

> If you're using mbox format,
> 
>   grep -c "^From " /var/mail/*
> 
> will give you # of messages per user.

And

    ls -l /var/mail | sort -r +4

will give the space used by each user in descending order.

-Warren Block * Rapid City, South Dakota USA




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0206161520110.7129-100000>