chaudharirohit2810/Tree_Command
This is utility program which works just like tree command in linux. The tree is a tiny, cross-platform command-line program used to recursively list or display the content of a directory in a tree-like format. It outputs the directory paths and files in each sub-directory and a summary of a total number of sub-directories and files.
C
No issues in this repository yet.