Created
February 5, 2021 07:44
-
-
Save hahwul/08d715ba23b0b2e772392cb9a9c0781a to your computer and use it in GitHub Desktop.
Show files and directories with relative path in directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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