Using the command below you can create a simple directory tree just by using standard commands:
find . -print | sed -e ‘s;[^/]*/;|____;g;s;____|; |;g’
Using the command below you can create a simple directory tree just by using standard commands:
find . -print | sed -e ‘s;[^/]*/;|____;g;s;____|; |;g’