Skip to content

Instantly share code, notes, and snippets.

@sadikkuzu
Created June 21, 2020 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sadikkuzu/2e69ec4c74ac34908fd2ed0c7bef3c9c to your computer and use it in GitHub Desktop.
Save sadikkuzu/2e69ec4c74ac34908fd2ed0c7bef3c9c to your computer and use it in GitHub Desktop.
like-tree
find . | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment