Windows 10 Powershell tree command, how to show files
Windows 10 Powershell tree command, how to show files
Windows 10 Powershell tree command, how to show files
Re: Windows 10 Powershell tree command, how to show files
Simply use `tree /F` on any powershell instance to have the same behavior the normal `tree` on UNIX has.
The `tree` alone on Powershell shows only folders but not files in them.
The `tree` alone on Powershell shows only folders but not files in them.