Last active
August 31, 2019 10:53
-
-
Save heinthanth/be4d2e2ad1c11ca7dab99603aa740935 to your computer and use it in GitHub Desktop.
Unix 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
|---/ | |
|--- . | |
|--- .. | |
|--- file1 | |
|--- file2 | |
|--- folder1 / | |
|--- . | |
|--- .. | |
|--- file3 | |
|--- file4 | |
|--- folder2 / | |
|--- . | |
|--- .. | |
|--- file5 | |
|--- file6 | |
|--- file7 | |
|--- file8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment