About 602,000 results
Open links in new tab
  1. How do I draw a tree file structure? - Super User

    I'm looking for a (portable) software or script that would allow me to draw a specific file structure as a tree, in Windows XP. Much like DOS tree command, but "prettier" (as a graph or diagram) I

  2. windows - How to get tree of folders in CMD? - Super User

    Dec 29, 2011 · In Windows CMD, I use tree c: /f to get a tree of all directories resided in C:. But now I only want to tree out the only sub-directory folders (not files). How to I exclude files in tree command?

  3. Mac OS X equivalent of the Ubuntu "tree" command

    Nov 21, 2011 · Optional: Forcing color output And while you're at it, if you want to force tree to always colorize the output, you can always edit the main method of the tree.c file and add …

  4. linux - Tree command list one level all files - Super User

    How can I use the tree command to list current directory as a tree? If I do tree -L 1 It only lists the directories, how can I get it to show the files as well?

  5. Windows 10 Powershell tree command, how to show files

    Nov 20, 2017 · How do I list folders and files using the PowerShell tree command? Is it possible to color format the output for distinct files and folders?

  6. How can I export a directory structure in Windows? - Super User

    Mar 16, 2011 · In Windows Explorer, there is a tree-view to see the overview of a directory structure. I want to share the structure to other people. How can I get a browsable tree-view of the directory …

  7. How can I visualize the file system usage on Windows?

    How can I visualize which folders and files are taking up all of the space on my hard drive? I'm getting some conflicting reports on the size of hard drive contents. Namely what is and isn't there...

  8. How can I visualize the folders and files as a tree on Windows?

    3 just type TREE at the command prompt, you can direct the output to a file if you want TREE> directory.txt

  9. windows - How to list directories a certain level deep using the Tree ...

    Dec 18, 2019 · i would like to list all the directories down to a specified level with the Tree command. I like the way the Tree command sorts and uses the ASCII to show the directories or folders, and all …

  10. Directory Listing includes Date Modified, File Size into text file ...

    Jan 27, 2015 · I am currently using the following command: dir z:\ /s /o:gne >text.txt Is there any way that I can get an output similar to what you usually get with the tree command, with all the files and …