max_dir_depth -- The Directory Depth Measurement Tool
max_dir_depth [-fud] start_directory
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.
output a list of folders with the maximum directory depth
output a list of unprocessed folders
set debug output on
Bisyarin Artyom (zool#zool.in.ua)