About 1,620,000 results
Open links in new tab
  1. 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 …

  2. 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?

  3. 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 …

  4. 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 …

  5. 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

  6. diff - compare two directory trees - Super User

    I have two music libraries, one a newer version than the other. I would like to compare them to figure which files I need to copy from new music tree to old. I have tried diff --brief -r /oldmusi...

  7. How to add the 'tree' command to git-bash in Windows?

    Besides that you need to add the tree program to your windows path or the tree command will be available only on cmd. Access your windows path and add this (for default installation):

  8. windows - How to list directories a certain level deep using the …

    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 …

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

    Jan 27, 2015 · Directory Listing includes Date Modified, File Size into text file/excel file Ask Question Asked 10 years, 9 months ago Modified 7 years, 3 months ago

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

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