Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 457 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 457 Bytes

Directory-Tree-Generator

A python implementation of the linux tree command that provides a tree like diagram to illustrate the file system structure. It maps all the subdirectories and files starting at any given directory by recursively traversing it. It also shows usage information and version information.

How to Run

  • Clone this repo on your local machine.
  • Open shell and navigate to the root of the cloned directory.
  • Run python tree.py