Skip to content

Instantly share code, notes, and snippets.

@binzeehale
Created March 16, 2016 09:26
Show Gist options
  • Save binzeehale/a53e23c0383842d4b27e to your computer and use it in GitHub Desktop.
Save binzeehale/a53e23c0383842d4b27e to your computer and use it in GitHub Desktop.
生成代码结构数
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment