D.J. Lactose Productions

Create a Directory Tree CLI

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

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

Exit mobile version