Home:ALL Converter>creating a directory tree structure using bash

creating a directory tree structure using bash

Ask Time:2011-05-17T04:35:06         Author:user756312

Json Formatter

I'm trying to create a directory tree structure that has a parent , children and leaf nodes where each leaf nodes has a dependency on each other , like wise with the children nodes and parent.

Firstly , Has anyone succeeded doing this using bash scripting before? Need to add the directory name and then later traverse through the tree.

Author:user756312,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/6023067/creating-a-directory-tree-structure-using-bash
yy