Author |
newbie question : how to search large files ? |
dje2006dje
Member
Posts: 1
Joined: 05.03.08 |
Posted on March 05 2008 08:01 |
|
|
I m newbie and i need to find large files on my system. |
|
Author |
Use DIRECTORY to find large files |
HobbyistOne
Super Administrator
Posts: 126
Location: Plano, TX
Joined: 20.02.08 |
Posted on March 05 2008 11:41 |
|
|
You can use the /SELECT qualifier in DIRECTORY to find large files.
For instance, to find all files on the system disk larger than 100000 blocks:
$ DIRECTORY /SELECT=SIZE=MIN=100000 SYS$SYSDEVICE:[*...] |
|
Author |
|
imiller
Administrator
Posts: 277
Location: UK
Joined: 24.02.06 |
Posted on March 06 2008 22:46 |
|
|
In addition to the DIRECTORY command already mentioned
If you have the DFU program installed (and you should) then the DFU SEARCH command is also good for finding large files.
See http://www.digiater.nl/dfu.html |
|