Sunday, 5 November 2017

View a Drive's Entire Directory Structure

08
of 21

View a Drive's Entire Directory Structure


Screenshot of the tree command in a command prompt

I think one of the neatest little commands is the tree command. With tree, you can create a kind of map of the directories on any of your computer's drives.
Execute tree from any directory to see the folder structure under that directory.
With so much information created with this command, it's probably a good idea to export the results of tree to a file so you can actually look through it.
For example, tree /a > c:\export.txt, just as explained in the last Command Prompt trick about redirection operators.

No comments:

Post a Comment

Edit Websites in Browser (Live)

                                        Edit Websites in Browser (Live) Imagine a world where you are a God and have ultimate control ...

ALL POST