Not a bad suggestion.  Is there any way (that you know of) to add a
filter to only grab files larger than X?

John Burns

-----Original Message-----
From: Nathan C. Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 3:06 PM
To: CF-Talk
Subject: RE: SOT: Directory Tree crawler with file size sorting?

Are we so GUI-centric we have forgotten the old ways of doing things?


Drop into a command prompt  Type this: dir /O-S /S |sort /+30 /r


It will list all files on your system largest to smallest.  use dir /O-S
/S
|sort /+30 /r |more
to see them a page at a time.


-Nate


-----Original Message-----
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 10:53 AM
To: CF-Talk
Subject: RE: SOT: Directory Tree crawler with file size sorting?

OS level is fine.  This is more for server management than for specific
use from within CF.  I am, however, trying to keep a certain set of
directories in check because I'm serving files through CFCONTENT and
don't want to server huge files through that.

John

-----Original Message-----
From: Pete Ruckelshaus - CFList [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 11:25 AM
To: CF-Talk
Subject: Re: SOT: Directory Tree crawler with file size sorting?

Are you looking for a utility to use from the OS level, or for something
to use from within CF?

Burns, John D wrote:
> Does anyone know of a good free tool that will crawl a drive/directory

> on a webserver and output a list of all of the files and directories
> and the sizes of them and allow you to sort by sizes, etc?
>  
> My main goal is to find large files that exist on the drive that can
> be deleted.  Any tools or suggestions would be great.
>  
> John Burns
>
>
>
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to