Menu toggle

Ls Treeview

On Unix based operating systems if you would like see a treeview of your directory structure, try running the following command in your fav shell

ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//–/g' -e 's/^/ /' -e 's/-/|/'

Unstructured Scribbles is powered by Gatsby JS. Opinions on this website are my own and not of my employer.