iimuz
12/17/2017 - 6:27 AM

one liner tree command.

one liner tree command.

pwd; find . | sort | sed '1d;s/^\.//;s/\/\([^/]*\)$/|--\1/;s/\/[^/|]*/|  /g'