↓
Skip to main content
Cameron Candau
Blog
Notes
CTF
About Me
Blog
Notes
CTF
About Me
Bash
#
Tree without tree
#
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
↑