Usage

<< Click to Display Table of Contents >>

Navigation:  File System Tools > datahog >

Usage

Command Line Parameters

 

datahog /fp /f /dc /d /l <max # of results> <path>

 

/fp

Find the largest files based on the physical file size

/f

Find the largest files (logical file size)

/dc

Find the largest sub directories (based on # of files contained)

/d

Find the largest sub directories (by size)

/l <max # of results>

Maximum number of results, 15 by default

 

Examples

 

Example 1: Find the largest 20 largest sub directories on the C drive

 

datahog /d /l 20 C:\

 

Example 2: Find the 10 largest files in the C:\Program Files directory

 

datahog /f /l 10 "C:\Program Files"

 

Example 3: Find the 10 sub directories which contain the largest number of files in the D:\ drive

 

datahog /dc /l 10 D:\