Skip to content

Instantly share code, notes, and snippets.

@hahwul
Created February 5, 2021 07:44
Show Gist options
  • Save hahwul/08d715ba23b0b2e772392cb9a9c0781a to your computer and use it in GitHub Desktop.
Save hahwul/08d715ba23b0b2e772392cb9a9c0781a to your computer and use it in GitHub Desktop.
Show files and directories with relative path in directory
tree -f | cut -d "." -f 2-99 | sort -u | tee paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment