About 870,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. How to add the 'tree' command to git-bash in Windows?

    There is a tree command in windows already — only problem is it is tree.com and git bash will not automatically add extension .com and execute it. However it will find it if you press tab after …

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

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

  5. Mac OS X equivalent of the Ubuntu "tree" command - Super User

    Nov 21, 2011 · Installing from source approach Install the Xcode command line tools by running xcode-select --install. Download the tree source Change the Makefile to get it to work, which is …

  6. How can I store Windows "tree" command output in a file and …

    5 When I do a tree > somefile.txt the file indeed contains the output of the tree command, but the lines drawn in the console are displayed as accented letters ÃÄÄÄ. Which encoding or mode …

  7. How do I copy the "tree" command output from Linux Terminal …

    When copying the output of the "tree" command from the Terminal, the colours that were shown in the terminal get lost, whether I put it here or in a Google Drive Doc. Example: tree /var/l...

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

    Mar 16, 2011 · 11 Open command prompt window --> Go to your directory path Then run the following command to generate tree /f /a > tree.doc Above command will make the folder and …

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

  10. windows - Command Prompt "tree" shows Unicode in console but …

    Mar 24, 2016 · In Windows 10's cmd.exe, if I do tree C:. ├───a │ ├───b │ └───etc... it clearly display the Unicode bars and dashes correctly on the console. But if I redirect this output to a …