NAME

max_dir_depth -- The Directory Depth Measurement Tool


SYNOPSIS

max_dir_depth [-fud] start_directory


DESCRIPTION

The program outputs the maximum directory depth of a file hierarchy (by default), a list of folders with this directory depth (the '-f' option) and a list of folders which we can't process for some reason (the '-u' option).

The start_directory argument is a folder from which the program measures the directory depth. The directory depth of the start_directory is of '0'. Directories that are folded in the start_directory have the directory depth of '1'. And so on.


OPTIONS

-f

output a list of folders with the maximum directory depth

-u

output a list of unprocessed folders

-d

set debug output on


AUTHOR

Bisyarin Artyom (zool#zool.in.ua)