Create a Directory Tree CLI
avatar

Using the command below you can create a simple directory tree just by using standard commands:

find . -print | sed -e ‘s;[^/]*/;|____;g;s;____|; |;g’

This entry was posted in Linux. Bookmark the permalink.

Leave a Reply