Extended version of UNIX tree command
Program arguments
-p - path to directory
-find - searching some file/directory
-mark - marks dir/file
-ex - exclude some file/dir
Program parameters
file - parameter for -mark argument, marks all files
dir - parameter for -mark argument, marks all directories
lm - parameter for -mark argument, marks found value with last modified date
Result: file graph
- tree_ex -p /some/path/to/dir -find someFileOrDir,anotherFileOrDir -ex excludingFileOrDir -mark dir,lm
- cat-ai@github.com - Initial work
- author cat-ai@github.com
