<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000655" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000655</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/easy-way-see-how-much-disk-space-takes-do-you-know-one#comment-1002834</link>
    <description> &lt;p&gt;thanx for stepping in pat.&lt;/p&gt;
&lt;p&gt;the &amp;quot;-s&amp;quot; option just shows the sum.&lt;/p&gt;
&lt;p&gt;there should be a pipe (&amp;quot;&amp;quot;) between du -s and sort -n,&lt;br /&gt;
this will sort the output of du -s assuming that the first column is numeric.&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
anti&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 May 1999 23:02:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1002834 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/easy-way-see-how-much-disk-space-takes-do-you-know-one#comment-1002831</link>
    <description> &lt;p&gt;on a unix host i wouldn&#039;t even consider using perl.&lt;/p&gt;
&lt;p&gt;try:&lt;br /&gt;
du&lt;br /&gt;
or du -s&lt;br /&gt;
or du -s sort -n&lt;/p&gt;
&lt;p&gt; I like the last one. It tell&#039;s you which are the biggest sub-dirs of the current dir.&lt;/p&gt;
&lt;p&gt;In perl I&#039;d use the dir-traversing module and stat every file, but that&#039;s very slow. Try using du.&lt;br /&gt;
(Even if you use a windows-host - why should you - there is a du.exe somewhere out there.)&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
Anti&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 May 1999 23:23:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1002831 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/easy-way-see-how-much-disk-space-takes-do-you-know-one#comment-1002833</link>
    <description> &lt;p&gt;the du-function is supposed to show you the size of each file or directory on your devices on a unix-system.&lt;br /&gt;
for example, to show the size of all files in bytes type:&lt;br /&gt;
du -b&lt;br /&gt;
to create a file and write the results into it (might be very useful since you will probably not be able to read faster than the computer prints &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; )type:&lt;br /&gt;
du -b &amp;gt;filename.txt&lt;/p&gt;
&lt;p&gt;by the way, you can get help from unix by typing:&lt;br /&gt;
man du, this will print the manual for the du-command or use:&lt;br /&gt;
du --help to get a short summary&lt;br /&gt;
cu&lt;br /&gt;
patrick&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 May 1999 22:53:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1002833 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/easy-way-see-how-much-disk-space-takes-do-you-know-one#comment-1002830</link>
    <description> &lt;p&gt;Is there a script out there or something that will help me see what exactly is taking up so much disk space. Currently, the only method I have for seeing how much each takes up is by looking at each file individually. Is there a way to rank them according to how much space they take up, so the biggest will be listed first. I understand if you think this post is incoherent, it&#039;s a bit past my bedtime.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Get listed on a search engine/directory within 24 hrs. FREE!&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com/cgi-bin/links/pages/&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com/cgi-bin/links/pages/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 May 1999 22:46:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1002830 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
