<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux / UNIX find out size of email account  or mailbox</title> <atom:link href="http://www.cyberciti.biz/faq/howto-find-out-size-of-email-mailbox/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-find-out-size-of-email-mailbox/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Cosmix</title><link>http://www.cyberciti.biz/faq/howto-find-out-size-of-email-mailbox/#comment-36582</link> <dc:creator>Cosmix</dc:creator> <pubDate>Thu, 21 Jun 2007 18:30:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-find-out-size-of-email-mailbox/#comment-36582</guid> <description>Take this route for a &quot;Top 10 largest mail INboxes&quot; :
#cd /var/spool/mail
#ls -lS &#124; head -10</description> <content:encoded><![CDATA[<p>Take this route for a &#8220;Top 10 largest mail INboxes&#8221; :</p><p>#cd /var/spool/mail<br
/> #ls -lS | head -10</p> ]]></content:encoded> </item> <item><title>By: Ameya</title><link>http://www.cyberciti.biz/faq/howto-find-out-size-of-email-mailbox/#comment-36551</link> <dc:creator>Ameya</dc:creator> <pubDate>Fri, 08 Jun 2007 09:27:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-find-out-size-of-email-mailbox/#comment-36551</guid> <description>Dear Vivek,
I am recent.. but a regular visitor to your site. It is very informative and thank you for that.
The command you have mentioned here do not actually gives output of the Directory Size. It shows below ouput.
root@ameya:~# ls -lL /var/mail &#124; awk &#039;{print $5, $9}&#039; &#124; head -3
4096
4096
4096
I think for the exact results below command will be more useful.
root@ameya:~# du -h /var/mail &#124; awk &#039;{print $1, $2}&#039; &#124;more
Please lemme know about your views and suggesstions.
:Ameya</description> <content:encoded><![CDATA[<p>Dear Vivek,</p><p>I am recent.. but a regular visitor to your site. It is very informative and thank you for that.</p><p>The command you have mentioned here do not actually gives output of the Directory Size. It shows below ouput.</p><p>root@ameya:~# ls -lL /var/mail | awk &#8216;{print $5, $9}&#8217; | head -3</p><p>4096<br
/> 4096<br
/> 4096</p><p>I think for the exact results below command will be more useful.</p><p>root@ameya:~# du -h /var/mail | awk &#8216;{print $1, $2}&#8217; |more</p><p>Please lemme know about your views and suggesstions.</p><p>:Ameya</p> ]]></content:encoded> </item> </channel> </rss>
