dir_tree
Version:
Creates a Searchable, Sortable & Printable Tree For Stated Directory Path.
21 lines (14 loc) • 506 B
Plain Text
-------------------------
-dirs-creation-order
-------------------------
use:
---
to replicate a dir hierarchy, we must create its dirs in a valid
order, as in, the parent dir must exist before it can have any
child dirs in it.
thus this command lists the paths of the direct & the indirect
descendant dirs arranged in a valid creation order.
usage:
-----
dtree dir_path -dirs-creation-order [-plain | -p]
dtree dir_path -dco [-plain | -p]